15 #ifndef PHYSXPLANESHAPEDESC_H
16 #define PHYSXPLANESHAPEDESC_H
18 #include "pandabase.h"
19 #include "physxShapeDesc.h"
23 #include "physx_includes.h"
33 INLINE ~PhysxPlaneShapeDesc();
35 INLINE
void set_to_default();
36 INLINE
bool is_valid()
const;
38 void set_plane(
const LVector3f &normal,
float d);
41 NxShapeDesc *ptr()
const {
return (NxShapeDesc *)&_desc; };
42 NxPlaneShapeDesc _desc;
45 #include "physxPlaneShapeDesc.I"
47 #endif // PHYSXPLANESHAPEDESC_H
This is a three-component vector distance (as opposed to a three-component point, which represents a ...
Descriptor class for PhysxPlaneShape.
Abstract base class for shape descriptors.