Abstract base class for descriptors for force field shapes descriptors. More...
#include "physxForceFieldShapeDesc.h"
Public Member Functions | |
| LMatrix4f | get_mat () const |
| const char * | get_name () const |
| LPoint3f | get_pos () const |
| virtual bool | is_valid () const =0 |
| virtual NxForceFieldShapeDesc * | ptr () const =0 |
| void | set_hpr (float h, float p, float r) |
| void | set_mat (const LMatrix4f &mat) |
| void | set_name (const char *name) |
| Sets a possible debug name. More... | |
| void | set_pos (const LPoint3f &pos) |
| virtual void | set_to_default ()=0 |
Abstract base class for descriptors for force field shapes descriptors.
Definition at line 25 of file physxForceFieldShapeDesc.h.
| void PhysxForceFieldShapeDesc::set_name | ( | const char * | name | ) |
Sets a possible debug name.
Definition at line 21 of file physxForceFieldShapeDesc.cxx.
Referenced by PhysxCapsuleForceFieldShapeDesc::set_to_default(), PhysxSphereForceFieldShapeDesc::set_to_default(), PhysxBoxForceFieldShapeDesc::set_to_default(), and PhysxConvexForceFieldShapeDesc::set_to_default().
1.8.15