Home | Trees | Indices | Help |
|
---|
|
Pulley joint definition. This requires two ground anchors, two dynamic body anchor points, max lengths for each side, and a pulley ratio.
|
|||
b2PulleyJointDef |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from b2JointDef | |||
---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|
|||
thisown The membership flag |
|||
groundAnchor1 b2PulleyJointDef_groundAnchor1_get(b2PulleyJointDef self) -> b2Vec2 |
|||
groundAnchor2 b2PulleyJointDef_groundAnchor2_get(b2PulleyJointDef self) -> b2Vec2 |
|||
localAnchor1 b2PulleyJointDef_localAnchor1_get(b2PulleyJointDef self) -> b2Vec2 |
|||
localAnchor2 b2PulleyJointDef_localAnchor2_get(b2PulleyJointDef self) -> b2Vec2 |
|||
length1 b2PulleyJointDef_length1_get(b2PulleyJointDef self) -> float32 |
|||
maxLength1 b2PulleyJointDef_maxLength1_get(b2PulleyJointDef self) -> float32 |
|||
length2 b2PulleyJointDef_length2_get(b2PulleyJointDef self) -> float32 |
|||
maxLength2 b2PulleyJointDef_maxLength2_get(b2PulleyJointDef self) -> float32 |
|||
ratio b2PulleyJointDef_ratio_get(b2PulleyJointDef self) -> float32 |
|||
Inherited from b2JointDef | |||
---|---|---|---|
body1 b2JointDef_body1_get(b2JointDef self) -> b2Body |
|||
body2 b2JointDef_body2_get(b2JointDef self) -> b2Body |
|||
collideConnected b2JointDef_collideConnected_get(b2JointDef self) -> bool |
|||
type b2JointDef_type_get(b2JointDef self) -> b2JointType |
|||
userData GetUserData(self) -> PyObject |
|
Pulley joint definition. This requires two ground anchors, two dynamic body anchor points, max lengths for each side, and a pulley ratio.
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties.
|
Takes each variable=value pair in the dictionary and sets the attributes based on them
|
delete_b2PulleyJointDef(b2PulleyJointDef self)
|
b2PulleyJointDef_Initialize(b2PulleyJointDef self, b2Body body1, b2Body body2, b2Vec2 groundAnchor1, b2Vec2 groundAnchor2, b2Vec2 anchor1, b2Vec2 anchor2, float32 ratio) Initialize the bodies, anchors, lengths, max lengths, and ratio using the world anchors. |
|
thisownThe membership flag |
groundAnchor1b2PulleyJointDef_groundAnchor1_get(b2PulleyJointDef self) -> b2Vec2 |
groundAnchor2b2PulleyJointDef_groundAnchor2_get(b2PulleyJointDef self) -> b2Vec2 |
localAnchor1b2PulleyJointDef_localAnchor1_get(b2PulleyJointDef self) -> b2Vec2 |
localAnchor2b2PulleyJointDef_localAnchor2_get(b2PulleyJointDef self) -> b2Vec2 |
length1b2PulleyJointDef_length1_get(b2PulleyJointDef self) -> float32 |
maxLength1b2PulleyJointDef_maxLength1_get(b2PulleyJointDef self) -> float32 |
length2b2PulleyJointDef_length2_get(b2PulleyJointDef self) -> float32 |
maxLength2b2PulleyJointDef_maxLength2_get(b2PulleyJointDef self) -> float32 |
ratiob2PulleyJointDef_ratio_get(b2PulleyJointDef self) -> float32 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:59 2009 | http://epydoc.sourceforge.net |