b2Transform
b2Transform
Box2D.CommonType: Struct
Constructors
b2Transform(b2Vec2, b2Rot)
Fields
Identity(Box2D.Common.b2Transform)
p(Box2D.Common.b2Vec2)
q(Box2D.Common.b2Rot)
Methods
Set(b2Vec2, float)
Set(b2Vec2, float)(Box2D.Common.b2Vec2 position, System.Single angle)
Parameters:
position
(Box2D.Common.b2Vec2)angle
(System.Single)Example
SetIdentity()
SetIdentity()()
Example