C# Class FarseerPhysics.Collision.SimplexVertex

Show file Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
A float
IndexA int
IndexB int
W Vector2
WA Vector2
WB Vector2

Property Details

A public property

Barycentric coordinate for closest point
public float A
return float

IndexA public property

wA index
public int IndexA
return int

IndexB public property

wB index
public int IndexB
return int

W public property

wB - wA
public Vector2 W
return Vector2

WA public property

Support point in proxyA
public Vector2 WA
return Vector2

WB public property

Support point in proxyB
public Vector2 WB
return Vector2