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.
1.6.1