C# Class Project290.Physics.Collision.SeparationFunction

Afficher le fichier Open project: scastle/Solitude 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
SeparationFunction ( SimplexCache &cache, DistanceProxy &proxyA, Sweep &sweepA, DistanceProxy &proxyB, Sweep &sweepB, float t1 ) : System

Method Details

Evaluate() public méthode

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

FindMinSeparation() public méthode

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

SeparationFunction() public méthode

public SeparationFunction ( SimplexCache &cache, DistanceProxy &proxyA, Sweep &sweepA, DistanceProxy &proxyB, Sweep &sweepB, float t1 ) : System
cache SimplexCache
proxyA DistanceProxy
sweepA Sweep
proxyB DistanceProxy
sweepB Sweep
t1 float
Résultat System