|
function X2DJointDesc | new () end |
|
function X2DRevoluteJointDesc | Init (pA, pB, vAnchor) end |
|
function X2DPrismaticJointDesc | Init (pA, pB, vAnchor, vAxis) end |
|
function X2DDistanceJointDesc | Init (pA, pB, vAnchorA, vAnchorB) end |
|
function X2DPulleyJointDesc | Init (pA, pB, vGAnchorA, vGAnchorB, vAnchorA, vAnchorB, ratio) end |
|
function X2DMotorJointDesc | Init (pA, pB) end |
|
function IX2DJoint | GetType () end |
|
function IX2DJoint | GetBodyA () end |
|
function IX2DJoint | GetBodyB () end |
|
function IX2DJoint | GetUserData () end |
|
function IX2DJoint | SetUserData (pUserData) end |
|
function IX2DJoint | IsActive () end |
|
function IX2DJoint | GetAnchorA () end |
|
function IX2DJoint | GetAnchorB () end |
|
function IX2DJoint | GetReactionForce (inv_dt) end |
|
function IX2DJoint | GetReactionTorque (inv_dt) end |
|
function IX2DRevoluteJoint | GetLocalAnchorA () end |
|
function IX2DRevoluteJoint | GetLocalAnchorB () end |
|
function IX2DRevoluteJoint | GetReferenceAngle () end |
|
function IX2DRevoluteJoint | GetJointAngle () end |
|
function IX2DRevoluteJoint | GetJointSpeed () end |
|
function IX2DRevoluteJoint | IsLimitEnabled () end |
|
function IX2DRevoluteJoint | EnableLimit (flag) end |
|
function IX2DRevoluteJoint | GetLowerLimit () end |
|
function IX2DRevoluteJoint | GetUpperLimit () end |
|
function IX2DRevoluteJoint | SetLimits (lower, upper) end |
|
function IX2DRevoluteJoint | IsMotorEnabled () end |
|
function IX2DRevoluteJoint | EnableMotor (flag) end |
|
function IX2DRevoluteJoint | SetMotorSpeed (speed) end |
|
function IX2DRevoluteJoint | GetMotorSpeed () end |
|
function IX2DRevoluteJoint | SetMaxMotorTorque (torque) end |
|
function IX2DRevoluteJoint | GetMaxMotorTorque () end |
|
function IX2DPrismaticJoint | GetLocalAxisA () end |
|
function IX2DPrismaticJoint | GetJointTranslation () end |
|
function IX2DPrismaticJoint | SetMaxMotorForce (force) end |
|
function IX2DPrismaticJoint | GetMaxMotorForce () end |
|
function IX2DPrismaticJoint | GetMotorForce (inv_dt) end |
|
function IX2DDistanceJoint | SetLength (length) end |
|
function IX2DDistanceJoint | GetLength () end |
|
function IX2DDistanceJoint | SetFrequency (hz) end |
|
function IX2DDistanceJoint | GetFrequency () end |
|
function IX2DDistanceJoint | SetDampingRatio (ratio) end |
|
function IX2DDistanceJoint | GetDampingRatio () end |
|
function IX2DPulleyJoint | GetGroundAnchorA () end |
|
function IX2DPulleyJoint | GetGroundAnchorB () end |
|
function IX2DPulleyJoint | GetLengthA () end |
|
function IX2DPulleyJoint | GetLengthB () end |
|
function IX2DPulleyJoint | GetRatio () end |
|
function IX2DPulleyJoint | GetCurrentLengthA () end |
|
function IX2DPulleyJoint | GetCurrentLengthB () end |
|
function IX2DMouseJoint | SetTarget (target) end |
|
function IX2DMouseJoint | GetTarget () end |
|
function IX2DMouseJoint | SetMaxForce (force) end |
|
function IX2DMouseJoint | GetMaxForce () end |
|
function IX2DGearJoint | GetJointA () end |
|
function IX2DGearJoint | GetJointB () end |
|
function IX2DGearJoint | SetRatio (fRatio) end |
|
function IX2DWheelJoint | GetJointLinearSpeed () end |
|
function IX2DWheelJoint | GetJointAngularSpeed () end |
|
function IX2DWheelJoint | GetMotorTorque (inv_dt) end |
|
function IX2DWheelJoint | SetSpringFrequencyHz (hz) end |
|
function IX2DWheelJoint | GetSpringFrequencyHz () end |
|
function IX2DWheelJoint | SetSpringDampingRatio (ratio) end |
|
function IX2DWheelJoint | GetSpringDampingRatio () end |
|
function IX2DFrictionJoint | SetMaxTorque (torque) end |
|
function IX2DFrictionJoint | GetMaxTorque () end |
|
function IX2DRopeJoint | SetMaxLength (length) end |
|
function IX2DRopeJoint | GetMaxLength () end |
|
function IX2DMotorJoint | SetLinearOffset (linearOffset) end |
|
function IX2DMotorJoint | GetLinearOffset () end |
|
function IX2DMotorJoint | SetAngularOffset (angularOffset) end |
|
function IX2DMotorJoint | GetAngularOffset () end |
|
function IX2DMotorJoint | SetCorrectionFactor (factor) end |
|
function IX2DMotorJoint | GetCorrectionFactor () end |
|