15 #include "physxBoxShapeDesc.h" 16 #include "physxManager.h" 30 nassertv(!dimensions.
is_nan());
LVector3f get_dimensions() const
Returns the dimensions of the box.
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.
static LVector3f nxVec3_to_vec3(const NxVec3 &v)
Converts from NxVec3 to LVector3f.
void set_dimensions(const LVector3f &dimensions)
Sets the dimensions of the box.