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) const |
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 34 of file btGImpactCollisionAlgorithm.cpp.
void btPlaneShape::get_plane_equation | ( | btVector4 & | equation | ) | [inline] |
Definition at line 39 of file btGImpactCollisionAlgorithm.cpp.
void btPlaneShape::get_plane_equation_transformed | ( | const btTransform & | trans, | |
btVector4 & | equation | |||
) | const [inline] |
Definition at line 48 of file btGImpactCollisionAlgorithm.cpp.