A generic joint (a.k.a. 6-DoF joint) constrains two rigid bodies in highly flexible way, so that every translational and rotational axis can be locked, unlocked, springy, or powered by a motor like other joints. Note that rotation angles are measured as x-y-z Euler angles, not as z-x-z Euler angles.
Constructor
Methods
inlinegetRotationalLimitMotors():Array<RotationalLimitMotor>
Returns the rotational limits and motor settings along the rotation axes of the relative x-y-z Euler angles.
inlinegetRotationalSpringDampers():Array<SpringDamper>
Returns the rotational spring and damper settings along the rotation axes of the relative x-y-z Euler angles.
inlinegetTranslationalLimitMotors():Array<TranslationalLimitMotor>
Returns the translational limits and motor settings along the first body's constraint basis.
inlinegetTranslationalSpringDampers():Array<SpringDamper>
Returns the translational spring and damper settings along the first body's constraint basis.