My Project
|
Go to the source code of this file.
Functions | |
GMatrix | matrixrotationX (double angle) |
GMatrix | matrixrotationY (double angle) |
GMatrix | matrixrotationZ (double angle) |
GMatrix | matrixMove (double X, double Y, double Z) |
GMatrix matrixMove | ( | double | X, |
double | Y, | ||
double | Z | ||
) |
Move object
[in] | x | Move on X coordinate |
[in] | y | Move on Y coordinate |
[in] | z | Move on Z coordinate |
Definition at line 96 of file transformationmatrix.cpp.
GMatrix matrixrotationX | ( | double | angle | ) |
Rotate object around OX
[in] | angle | Rotation angle |
Definition at line 6 of file transformationmatrix.cpp.
GMatrix matrixrotationY | ( | double | angle | ) |
Rotate object around OY
[in] | angle | Rotation angle |
Definition at line 36 of file transformationmatrix.cpp.
GMatrix matrixrotationZ | ( | double | angle | ) |
Rotate object around OZ
[in] | angle | Rotation angle |
Definition at line 66 of file transformationmatrix.cpp.