Box2DX.Collision.PolygonShape.GetCoreVertices C# (CSharp) Method

GetCoreVertices() public method

Get the core vertices in local coordinates. These vertices represent a smaller polygon that is used for time of impact computations.
public GetCoreVertices ( ) : Box2DX.Common.Vec2[]
return Box2DX.Common.Vec2[]
		public Vec2[] GetCoreVertices() { return _coreVertices; }