C# Class Project290.Physics.Collision.Simplex

ファイルを表示 Open project: scastle/Solitude Class Usage Examples

Private Methods

Method Description
GetClosestPoint ( ) : Vector2
GetMetric ( ) : float
GetSearchDirection ( ) : Vector2
GetWitnessPoints ( Vector2 &pA, Vector2 &pB ) : void
ReadCache ( SimplexCache &cache, DistanceProxy &proxyA, Transform &transformA, DistanceProxy &proxyB, Transform &transformB ) : void
Solve2 ( ) : void
Solve3 ( ) : void
WriteCache ( SimplexCache &cache ) : void