15 #include "physxPlaneShapeDesc.h" 16 #include "physxManager.h" 28 nassertv(!normal.
is_nan());
This is a three-component vector distance (as opposed to a three-component point, which represents a ...
bool is_nan() const
Returns true if any component of the vector is not-a-number, false otherwise.
static NxVec3 vec3_to_nxVec3(const LVector3f &v)
Converts from LVector3f to NxVec3.
void set_plane(const LVector3f &normal, float d)
Sets the parameters of the plane equation.