|
Blender V4.3
|
Class for accessing the plane equation. More...
Inherits btStaticPlaneShape.
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.
|
inline |
Definition at line 43 of file btGImpactCollisionAlgorithm.cpp.
References m_planeConstant, and m_planeNormal.
|
inline |
Definition at line 51 of file btGImpactCollisionAlgorithm.cpp.
References m_planeConstant, and m_planeNormal.
Referenced by btGImpactCollisionAlgorithm::gimpacttrimeshpart_vs_plane_collision().