메소드 |
설명 |
|
Mul ( Transform A, Transform B ) : Transform |
|
|
Mul ( Transform T, Vec2 v ) : Vec2 |
|
|
MulToOut ( Transform A, Transform B, Transform result ) : void |
|
|
MulToOut ( Transform T, Vec2 v, Vec2 result ) : void |
|
|
MulToOutUnsafe ( Transform A, Transform B, Transform result ) : void |
|
|
MulToOutUnsafe ( Transform T, Vec2 v, Vec2 result ) : void |
|
|
MulTrans ( Transform A, Transform B ) : Transform |
|
|
MulTrans ( Transform T, Vec2 v ) : Vec2 |
|
|
MulTransToOut ( Transform A, Transform B, Transform result ) : void |
|
|
MulTransToOut ( Transform T, Vec2 v, Vec2 result ) : void |
|
|
MulTransToOutUnsafe ( Transform A, Transform B, Transform result ) : void |
|
|
MulTransToOutUnsafe ( Transform T, Vec2 v, Vec2 result ) : void |
|
|
Set ( Transform xf ) : Transform |
Set this to equal another transform. |
|
Set ( Vec2 p, float angle ) : void |
Set this based on the position and angle. |
|
SetIdentity ( ) : void |
Set this to the identity transform. |
|
ToString ( ) : String |
|
|
Transform ( ) : System |
The default constructor. |
|
Transform ( Transform xf ) : System |
Initialize as a copy of another transform. |
|
Transform ( Vec2 position, Rot r ) : System |
Initialize using a position vector and a rotation matrix. |
|