My Project
transformationmatrix.h
Go to the documentation of this file.
1 
12 #pragma once
13 #include "../../geometry/gmatrix.h"
14 
15 class GMatrix;
16 
22 
28 
34 
41 GMatrix matrixMove(double X, double Y, double Z);
double angle
Definition: listener.cpp:17
GMatrix matrixMove(double X, double Y, double Z)
GMatrix matrixrotationY(double angle)
GMatrix matrixrotationX(double angle)
GMatrix matrixrotationZ(double angle)
Define geometric matrix.
Definition: gmatrix.h:24