Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
GJK Namespace Reference
Function Documentation
template<size_t N>
template<size_t N>
Definition at line 164 of file GJK.h. Referenced by collides().
template<size_t N>
Definition at line 16 of file GJK.h. Referenced by processSimplex(), processTetrahedron(), and processTriangle().
template<size_t N>
Definition at line 149 of file GJK.h. Referenced by collides().
template<size_t N>
Definition at line 84 of file GJK.h. Referenced by processSimplex().
template<size_t N>
Definition at line 30 of file GJK.h. Referenced by processSimplex(), and processTetrahedron().
template<size_t N>
Returns (a x b) x c = b * (a • c) - a * (b • c). Commutative only if a = c: a x (b x a) == (a x b) x a Otherwise, to get a x (b x c), call tripleProduct(b, c, -a) Definition at line 11 of file GJK.h. Referenced by processLine(), and processTriangle(). |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |