#include <SPhysicsStructs.h>
Public Member Functions | |
| SPhysicsCorkscrewJoint () | |
| Default constructor to set some default values. | |
Public Attributes | |
| IPhysicsBaseEntity * | parent |
| Pointer to the parent entity. | |
| IPhysicsBaseEntity * | child |
| Pointer to the child entity. | |
| vector3df | pivot |
| Position of the pivot of the joint. | |
| vector3df | pin |
| Position of the pin of the joint. | |
| vector3df | breakForce |
| Amount of force required to break the joint. | |
| SPhysicsCorkscrewJoint::SPhysicsCorkscrewJoint | ( | ) | [inline] |
Default constructor to set some default values.
Pointer to the parent entity.
Pointer to the child entity.
| vector3df SPhysicsCorkscrewJoint::pivot |
Position of the pivot of the joint.
| vector3df SPhysicsCorkscrewJoint::pin |
Position of the pin of the joint.
| vector3df SPhysicsCorkscrewJoint::breakForce |
Amount of force required to break the joint.
1.5.1-p1