My Project
F:
University
Git
lego
lego
model
modification
transformationmatrix.h
Go to the documentation of this file.
1
12
#pragma once
13
#include "../../geometry/gmatrix.h"
14
15
class
GMatrix
;
16
21
GMatrix
matrixrotationX
(
double
angle
);
22
27
GMatrix
matrixrotationY
(
double
angle
);
28
33
GMatrix
matrixrotationZ
(
double
angle
);
34
41
GMatrix
matrixMove
(
double
X,
double
Y,
double
Z);
angle
double angle
Definition:
listener.cpp:17
matrixMove
GMatrix matrixMove(double X, double Y, double Z)
Definition:
transformationmatrix.cpp:96
matrixrotationY
GMatrix matrixrotationY(double angle)
Definition:
transformationmatrix.cpp:36
matrixrotationX
GMatrix matrixrotationX(double angle)
Definition:
transformationmatrix.cpp:6
matrixrotationZ
GMatrix matrixrotationZ(double angle)
Definition:
transformationmatrix.cpp:66
GMatrix
Define geometric matrix.
Definition:
gmatrix.h:24
Generated by
1.8.12