#import "Vector.h"#import "MyPoint.h"Classes | |
| struct | _Matrix |
Typedefs | |
| typedef _Matrix | Matrix |
Functions | |
| Matrix | MakeMatrix () |
| Matrix | MatrixRotate (Matrix m, Vector v) |
| Matrix | MatrixTranslate (Matrix m, float x, float y, float z) |
| Matrix | MatrixMultLeft (Matrix m1, Matrix m2) |
| MyPoint | MatrixTransformPoint (Matrix m, MyPoint p) |
|
|
Hilfsklasse für matirx-operationen |
|
|
retourniert eine einheitsmatrix |
|
||||||||||||
|
multipliziert 2 matrizen |
|
||||||||||||
|
führt rotation aus |
|
||||||||||||
|
transfortmiert einen punkt mit der matrize |
|
||||||||||||||||||||
|
führt eine transaltion aus |
1.4.5