|
Blender
V2.59
|
Class for accessing the plane equation. More...
Public Member Functions | |
| btPlaneShape (const btVector3 &v, float f) | |
| void | get_plane_equation (btVector4 &equation) |
| void | get_plane_equation_transformed (const btTransform &trans, btVector4 &equation) |
Class for accessing the plane equation.
Definition at line 36 of file btGImpactCollisionAlgorithm.cpp.
| btPlaneShape::btPlaneShape | ( | const btVector3 & | v, |
| float | f | ||
| ) | [inline] |
Definition at line 40 of file btGImpactCollisionAlgorithm.cpp.
| void btPlaneShape::get_plane_equation | ( | btVector4 & | equation | ) | [inline] |
Definition at line 45 of file btGImpactCollisionAlgorithm.cpp.
| void btPlaneShape::get_plane_equation_transformed | ( | const btTransform & | trans, |
| btVector4 & | equation | ||
| ) | [inline] |
Definition at line 54 of file btGImpactCollisionAlgorithm.cpp.
References btTransform::getBasis(), btTransform::getOrigin(), and btMatrix3x3::getRow().
Referenced by btGImpactCollisionAlgorithm::gimpacttrimeshpart_vs_plane_collision().