15 #ifndef PHYSXFORCEFIELDSHAPEDESC_H 16 #define PHYSXFORCEFIELDSHAPEDESC_H 18 #include "pandabase.h" 21 #include "physx_includes.h" 31 virtual void set_to_default() = 0;
32 virtual bool is_valid()
const = 0;
34 void set_name(
const char *name);
37 void set_hpr(
float h,
float p,
float r);
39 const char *get_name()
const;
44 virtual NxForceFieldShapeDesc *ptr()
const = 0;
51 INLINE ~PhysxForceFieldShapeDesc();
54 #include "physxForceFieldShapeDesc.I" 56 #endif // PHYSXFORCEFIELDSHAPEDESC_H Abstract base class for descriptors for force field shapes descriptors.
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
This is a 4-by-4 transform matrix.