C# Class FarseerPhysics.Collision.SeparationFunction

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static Evaluate ( int indexA, int indexB, float t ) : float
indexA int
indexB int
t float
Résultat float

FindMinSeparation() public static méthode

public static FindMinSeparation ( int &indexA, int &indexB, float t ) : float
indexA int
indexB int
t float
Résultat float

Set() public static méthode

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
Résultat void