#import "Matrix.h"
#import "Vector.h"
#import <math.h>
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) |
|
retourniert eine einheitsmatrix |
|
multipliziert 2 matrizen |
|
führt rotation aus |
|
transfortmiert einen punkt mit der matrize |
|
führt eine transaltion aus |