14 #ifndef PHYSXPLANESHAPEDESC_H 15 #define PHYSXPLANESHAPEDESC_H 33 INLINE
void set_to_default();
34 INLINE
bool is_valid()
const;
36 void set_plane(
const LVector3f &normal,
float d);
39 NxShapeDesc *ptr()
const {
return (NxShapeDesc *)&_desc; };
40 NxPlaneShapeDesc _desc;
45 #endif // PHYSXPLANESHAPEDESC_H PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Descriptor class for PhysxPlaneShape.
Abstract base class for shape descriptors.