Blender
V3.3
|
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 35 of file btGImpactCollisionAlgorithm.cpp.
Definition at line 38 of file btGImpactCollisionAlgorithm.cpp.
Definition at line 43 of file btGImpactCollisionAlgorithm.cpp.
References m_planeConstant, and m_planeNormal.
|
inline |
Definition at line 51 of file btGImpactCollisionAlgorithm.cpp.
References btVector3, m_planeConstant, m_planeNormal, and normal.
Referenced by btGImpactCollisionAlgorithm::gimpacttrimeshpart_vs_plane_collision().