Public Member Functions | |
GJKModelState () | |
GJKModelState (ref< const Polyhedron::Vertex > v) | |
virtual | ~GJKModelState () |
virtual String | className () const |
virtual base::Object & | clone () const |
Public Attributes | |
ref< const Polyhedron::Vertex > | lastSupport |
Point3 | lastSupportPoint |
last support vertex of the GJK algorithm |
|
Definition at line 58 of file GJKCollisionModel. Referenced by clone(). |
|
Definition at line 59 of file GJKCollisionModel. |
|
Definition at line 61 of file GJKCollisionModel. |
|
Definition at line 63 of file GJKCollisionModel. Referenced by clone(). |
|
Definition at line 64 of file GJKCollisionModel. References className(), GJKModelState(), and NewNamedObj. |
|
Definition at line 66 of file GJKCollisionModel. |
|
last support vertex of the GJK algorithm
Definition at line 67 of file GJKCollisionModel. |