Blender  V3.3
Public Member Functions | List of all members
btPlaneShape Class Reference

Class for accessing the plane equation. More...

Inheritance diagram for btPlaneShape:

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
 

Detailed Description

Class for accessing the plane equation.

Definition at line 35 of file btGImpactCollisionAlgorithm.cpp.

Constructor & Destructor Documentation

◆ btPlaneShape()

btPlaneShape::btPlaneShape ( const btVector3 v,
float  f 
)
inline

Definition at line 38 of file btGImpactCollisionAlgorithm.cpp.

Member Function Documentation

◆ get_plane_equation()

void btPlaneShape::get_plane_equation ( btVector4 equation)
inline

Definition at line 43 of file btGImpactCollisionAlgorithm.cpp.

References m_planeConstant, and m_planeNormal.

◆ get_plane_equation_transformed()

void btPlaneShape::get_plane_equation_transformed ( const btTransform trans,
btVector4 equation 
) const
inline

The documentation for this class was generated from the following file: