Class MTMatrix53

Inherits from:
MTMatrix
Declared in:
../libmoltalk/MTMatrix53.oh

Class Hierarchy

    MTMatrix
      |
      +---MTMatrix53

Last modified:
16-May-2006 (../libmoltalk/MTMatrix53.oh)

Method Index

Methods

+(MTMatrix53*)matrixFromString:(NSString*)str

reads and initializes a matrix from a string

+(id)matrixIdentity

create identity matrix

+(MTMatrix53*)transformation3By3:(MTMatrix*)first and:(MTMatrix*)second

computes the transformation of the second onto the first coordinates the coordinates are passed in 3x3 matrices: P1X P1Y P1Z P2X P2Y P2Z P3X P3Y P3Z

-(MTCoordinates*)getOrigin

return reset-to-origin vector

-(MTMatrix44*)getRotation

return rotation matrice

-(MTMatrix44*)getTranslation

return translation matrice

-(MTMatrix53*)invert

returns the matrix for an inverse transformation


generated 07-Jun-2006 by ObjcDoc 3.0.0