Home | Trees | Indices | Help |
|
---|
|
A transform contains translation and rotation. It is used to represent the position and orientation of rigid frames.
|
|||
b2XForm |
|
||
|
|||
|
|||
|
|||
|
|||
|
|
|||
thisown The membership flag |
|||
position b2XForm_position_get(b2XForm self) -> b2Vec2 |
|||
R b2XForm_R_get(b2XForm self) -> b2Mat22 |
|
__init__(self, b2Vec2 position, b2Mat22 R) -> b2XForm Initialize using a position vector and a rotation matrix.
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties. |
b2XForm_SetIdentity(b2XForm self) Set this to the identity transform. |
|
thisownThe membership flag |
positionb2XForm_position_get(b2XForm self) -> b2Vec2 |
Rb2XForm_R_get(b2XForm self) -> b2Mat22 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:59 2009 | http://epydoc.sourceforge.net |