C# Class Box2D.Collision.DistanceOutput

Output for Distance.
Mostrar archivo Open project: gerich-home/box2dnet Class Usage Examples

Public Properties

Property Type Description
Distance float
Iterations int
PointA Box2D.Common.Vec2
PointB Box2D.Common.Vec2

Property Details

Distance public_oe property

public float Distance
return float

Iterations public_oe property

number of gjk iterations used
public int Iterations
return int

PointA public_oe property

Closest point on shapeA
public Vec2,Box2D.Common PointA
return Box2D.Common.Vec2

PointB public_oe property

Closest point on shapeB
public Vec2,Box2D.Common PointB
return Box2D.Common.Vec2