15 #ifndef PHYSXBOXSHAPEDESC_H
16 #define PHYSXBOXSHAPEDESC_H
18 #include "pandabase.h"
21 #include "physxShapeDesc.h"
22 #include "physx_includes.h"
32 INLINE ~PhysxBoxShapeDesc();
34 INLINE
void set_to_default();
35 INLINE
bool is_valid()
const;
37 void set_dimensions(
const LVector3f &dimensions);
42 NxShapeDesc *ptr()
const {
return (NxShapeDesc *)&_desc; };
46 #include "physxBoxShapeDesc.I"
48 #endif // PHYSXBOXSHAPEDESC_H
This is a three-component vector distance (as opposed to a three-component point, which represents a ...
Descriptor class for PhysxBoxShape.
Abstract base class for shape descriptors.