Class MTMatrix44 inherits from class MTMatrix (4.2). It represents a rotation and translation to be performed on a vector (4.1).
The rotation part is the 3x3 matrix with elements 'r'. The translation
is the fourth column denoted as
.
Methods:
| * manipulation | |
| -(MTMatrix44*)invert |
|
| -(MTMatrix44*)xIP: (MTMatrix44*)m2 |
|
| -(MTMatrix44*)chainWith: (MTMatrix44*)m2 |
|
| * creation | |
| +(MTMatrix44*)matrixFromString: (NSString*)strx |
|
| +(id)matrixIdentity |
|
| +(MTMatrix44*)rotationX: (double)phi |
|
| +(MTMatrix44*)rotationY: (double)phi |
|
| +(MTMatrix44*)rotationZ: (double)phi |
|
| +(MTMatrix44*)rotation: (double)phi aroundAxis: (MTCoordinates*)ax |
|
moltalk@moltalk.org version of this document: V3.0