Class MTMatrix53 inherits from class MTMatrix (4.2).
This matrix is composed of a matrix describing a rotation, a vector for translation, plus a vector to be applied before rotation (usually the translation back to the origin).
Methods:
| -(MTMatrix53*)invert |
|
| * getter | |
| -(MTCoordinates*)getOrigin |
|
| -(MTMatrix44*)getRotation |
|
| -(MTMatrix44*)getTranslation |
|
| * creation | |
| +(MTMatrix53*)matrixFromString:(NSString*)str |
|
| +(id)matrixIdentity |
|
| +(MTMatrix53*)transformation3By3: (MTMatrix44*)first and: (MTMatrix44*)second |
|
moltalk@moltalk.org version of this document: V3.0