C# Class FarseerPhysics.Collision.SeparationFunction

Exibir arquivo Open project: prime31/Nez Class Usage Examples

Public Methods

Method Description
Evaluate ( int indexA, int indexB, float t ) : float
FindMinSeparation ( int &indexA, int &indexB, float t ) : float
Set ( SimplexCache &cache, DistanceProxy proxyA, Sweep &sweepA, DistanceProxy proxyB, Sweep &sweepB, float t1 ) : void

Method Details

Evaluate() public static method

public static Evaluate ( int indexA, int indexB, float t ) : float
indexA int
indexB int
t float
return float

FindMinSeparation() public static method

public static FindMinSeparation ( int &indexA, int &indexB, float t ) : float
indexA int
indexB int
t float
return float

Set() public static method

public static Set ( SimplexCache &cache, DistanceProxy proxyA, Sweep &sweepA, DistanceProxy proxyB, Sweep &sweepB, float t1 ) : void
cache SimplexCache
proxyA DistanceProxy
sweepA Sweep
proxyB DistanceProxy
sweepB Sweep
t1 float
return void