NewtonUniversalConstraint

Undocumented in source.

Constructors

this
this(NewtonPhysicsWorld world, NewtonRigidBody body1, NewtonRigidBody body2, Vector3f pivotPoint, Vector3f pivotAxis1, Vector3f pivotAxis2)
Undocumented in source.

Members

Variables

body1
NewtonRigidBody body1;
Undocumented in source.
body2
NewtonRigidBody body2;
Undocumented in source.
pivotAxis1
Vector3f pivotAxis1;
Undocumented in source.
pivotAxis2
Vector3f pivotAxis2;
Undocumented in source.
pivotPoint
Vector3f pivotPoint;
Undocumented in source.

Inherited Members

From NewtonConstraint

world
NewtonPhysicsWorld world;
Undocumented in source.
joint
NewtonJoint* joint;
Undocumented in source.
stiffness
float stiffness()
Undocumented in source. Be warned that the author may not have intended to support it.
stiffness
void stiffness(float s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta