Method |
Description |
|
GetClosestPoint ( Vec2 result ) : void |
this returns pooled objects. don't keep or modify them |
|
GetSearchDirection ( Vec2 result ) : void |
|
|
GetWitnessPoints ( Vec2 pA, Vec2 pB ) : void |
|
|
ReadCache ( SimplexCache cache, DistanceProxy proxyA, Transform transformA, DistanceProxy proxyB, Transform transformB ) : void |
|
|
Simplex ( ) : System |
|
|
Solve2 ( ) : void |
Solve a line segment using barycentric coordinates. |
|
Solve3 ( ) : void |
Solve a line segment using barycentric coordinates. Possible regions: - points[2] - edge points[0]-points[2] - edge points[1]-points[2] - inside the triangle |
|
WriteCache ( SimplexCache cache ) : void |
|
|