Panda3D
|
Public Member Functions | |
BulletSliderConstraint (const BulletRigidBodyNode *node_a, CPT(TransformState) frame_a, bool useFrame_a) | |
BulletSliderConstraint (const BulletRigidBodyNode *node_a, const BulletRigidBodyNode *node_b, CPT(TransformState) frame_a, CPT(TransformState) frame_b, bool use_frame_a) | |
virtual TypeHandle | force_init_type () |
PN_stdfloat | get_angular_pos () const |
PN_stdfloat | get_linear_pos () const |
PN_stdfloat | get_lower_angular_limit () const |
PN_stdfloat | get_lower_linear_limit () const |
PN_stdfloat | get_max_angular_motor_force () const |
PN_stdfloat | get_max_linear_motor_force () const |
bool | get_powered_angular_motor () const |
bool | get_powered_linear_motor () const |
PN_stdfloat | get_target_angular_motor_velocity () const |
PN_stdfloat | get_target_linear_motor_velocity () const |
virtual TypeHandle | get_type () const |
PN_stdfloat | get_upper_angular_limit () const |
PN_stdfloat | get_upper_linear_limit () const |
virtual btTypedConstraint * | ptr () const |
void | set_lower_angular_limit (PN_stdfloat value) |
void | set_lower_linear_limit (PN_stdfloat value) |
void | set_max_angular_motor_force (PN_stdfloat max_force) |
void | set_max_linear_motor_force (PN_stdfloat max_force) |
void | set_powered_angular_motor (bool on) |
void | set_powered_linear_motor (bool on) |
void | set_target_angular_motor_velocity (PN_stdfloat target_velocity) |
void | set_target_linear_motor_velocity (PN_stdfloat target_velocity) |
void | set_upper_angular_limit (PN_stdfloat value) |
void | set_upper_linear_limit (PN_stdfloat value) |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
Definition at line 32 of file bulletSliderConstraint.h.
static void BulletSliderConstraint::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from BulletConstraint.
Definition at line 85 of file bulletSliderConstraint.h.
References BulletConstraint::init_type().