b2MotorJointDef Class
Motor joint definition.
Constructor
Item Index
Methods
Methods
initVelocityConstraints
-
bodyA
-
bodyB
Defined in
initVelocityConstraints:137
Parameters:
-
bodyA
B2Body -
bodyB
B2Body
Returns:
Properties
angularOffset
Float
public
Defined in
angularOffset:60
The bodyB angle minus bodyA angle in radians.
Default: 0.0
bodyA
B2Body | Null
public
Inherited from
b2JointDef:
bodyA:70
The first attached body.
Default: null
bodyB
B2Body | Null
public
Inherited from
b2JointDef:
bodyB:80
The second attached body.
Default: null
collideConnected
Boolean
public
Inherited from
b2JointDef:
collideConnected:90
Set this flag to true if the attached bodies should collide.
Default: false
correctionFactor
Float
public
Defined in
correctionFactor:98
Position correction factor in the range [0,1].
Default: 0.0
linearOffset
B2Vec2
public
Defined in
linearOffset:48
Position of bodyB minus the position of bodyA, in bodyA's frame, in meters.
userData
| Null
public
Inherited from
b2JointDef:
userData:52
Application specific data.
NOTE: Using the addPhysicsJS framework m_userData is managed for you extending either a createjs.container or createjs.movieClip class.
Default: null