|
Torque2D Reference
|
Public Member Functions | |
| void | ReadCache (const b2SimplexCache *cache, const b2DistanceProxy *proxyA, const b2Transform &transformA, const b2DistanceProxy *proxyB, const b2Transform &transformB) |
| void | WriteCache (b2SimplexCache *cache) const |
| b2Vec2 | GetSearchDirection () const |
| b2Vec2 | GetClosestPoint () const |
| void | GetWitnessPoints (b2Vec2 *pA, b2Vec2 *pB) const |
| float32 | GetMetric () const |
| void | Solve2 () |
| void | Solve3 () |
Public Attributes | |
| b2SimplexVertex | m_v1 |
| b2SimplexVertex | m_v2 |
| b2SimplexVertex | m_v3 |
| int32 | m_count |
|
inline |
|
inline |
|
inline |
|
inline |
| void Solve2 | ( | ) |
| void Solve3 | ( | ) |
|
inline |
| int32 m_count |
| b2SimplexVertex m_v1 |
| b2SimplexVertex m_v2 |
| b2SimplexVertex m_v3 |
1.8.10