Panda3D
|
Descriptor class for fixed joint. More...
#include "physxFixedJointDesc.h"
Public Member Functions | |
bool | is_valid () const |
Returns true if the descriptor is valid. | |
NxJointDesc * | ptr () const |
void | set_to_default () |
(re)sets the structure to the default. | |
Public Attributes | |
NxFixedJointDesc | _desc |
Descriptor class for fixed joint.
A fixed joint permits no relative movement between two bodies, i. e. the bodies are glued together.
Definition at line 29 of file physxFixedJointDesc.h.
bool PhysxFixedJointDesc::is_valid | ( | ) | const [inline, virtual] |
Returns true if the descriptor is valid.
Implements PhysxJointDesc.
Definition at line 56 of file physxFixedJointDesc.I.
void PhysxFixedJointDesc::set_to_default | ( | ) | [inline, virtual] |
(re)sets the structure to the default.
Implements PhysxJointDesc.
Definition at line 44 of file physxFixedJointDesc.I.
References PhysxJointDesc::set_name().