bias>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: bias>> ( object -- value )


Methods

M: cpContact bias>>
T{ struct-slot-spec
{ name "bias" }
{ offset 120 }
{ class float }
{ initial 0.0 }
{ type cpFloat }
} read-struct-slot ; inline



M: cpGearJoint bias>>
T{ struct-slot-spec
{ name "bias" }
{ offset 88 }
{ class float }
{ initial 0.0 }
{ type cpFloat }
} read-struct-slot ; inline



M: cpGrooveJoint bias>>
T{ struct-slot-spec
{ name "bias" }
{ offset 232 }
{ class cpVect }
{ initial S{ cpVect { x 0.0 } { y 0.0 } } }
{ type cpVect }
} read-struct-slot ; inline



M: cpPinJoint bias>>
T{ struct-slot-spec
{ name "bias" }
{ offset 168 }
{ class float }
{ initial 0.0 }
{ type cpFloat }
} read-struct-slot ; inline



M: cpPivotJoint bias>>
T{ struct-slot-spec
{ name "bias" }
{ offset 176 }
{ class cpVect }
{ initial S{ cpVect { x 0.0 } { y 0.0 } } }
{ type cpVect }
} read-struct-slot ; inline



M: cpRatchetJoint bias>>
T{ struct-slot-spec
{ name "bias" }
{ offset 88 }
{ class float }
{ initial 0.0 }
{ type cpFloat }
} read-struct-slot ; inline



M: cpRotaryLimitJoint bias>>
T{ struct-slot-spec
{ name "bias" }
{ offset 80 }
{ class float }
{ initial 0.0 }
{ type cpFloat }
} read-struct-slot ; inline



M: cpSlideJoint bias>>
T{ struct-slot-spec
{ name "bias" }
{ offset 176 }
{ class float }
{ initial 0.0 }
{ type cpFloat }
} read-struct-slot ; inline