Struct ConeTwistJoint

A twist joint between two 3D bodies.

struct ConeTwistJoint ;

The joint can rotate the bodies across an axis defined by the local x-axes of the Joint. The twist axis is initiated as the X axis of the Joint. Once the Bodies swing, the twist axis is calculated as the middle of the x-axes of the Joint in the local space of the two Bodies.

Properties

NameTypeDescription
bias[get, set] doubleThe speed with which the swing or twist will take place. The higher, the faster.
relaxation[get, set] doubleDefines, how fast the swing- and twist-speed-difference on both sides gets synced.
softness[get, set] doubleThe ease with which the joint starts to twist. If it's too low, it takes more force to start twisting the joint.
swingSpan[get, set] doubleSwing is rotation from side to side, around the axis perpendicular to the twist axis. The swing span defines, how much rotation will not get corrected along the swing axis. Could be defined as looseness in the ConeTwistJoint. If below 0.05, this behavior is locked.
twistSpan[get, set] doubleTwist is the rotation around the twist axis, this value defined how far the joint can twist. Twist is locked if below 0.05.

Methods

NameDescription
_getSwingSpan
_getTwistSpan
_setSwingSpan
_setTwistSpan
getParam
setParam

Enums

NameDescription
Constants
Param