C# Class FarseerPhysics.Collision.EPAxis

This structure is used to keep track of the best separating axis.
Datei anzeigen Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
Index int
Separation float
Type EPAxisType

Property Details

Index public_oe property

public int Index
return int

Separation public_oe property

public float Separation
return float

Type public_oe property

public EPAxisType Type
return EPAxisType