My Project
Functions
transformationmatrix.cpp File Reference
#include "stdafx.h"
#include "transformationmatrix.h"
Include dependency graph for transformationmatrix.cpp:

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)
 

Function Documentation

§ matrixMove()

GMatrix matrixMove ( double  X,
double  Y,
double  Z 
)

Move object

Parameters
[in]xMove on X coordinate
[in]yMove on Y coordinate
[in]zMove on Z coordinate

Definition at line 96 of file transformationmatrix.cpp.

Here is the caller graph for this function:

§ matrixrotationX()

GMatrix matrixrotationX ( double  angle)

Rotate object around OX

Parameters
[in]angleRotation angle

Definition at line 6 of file transformationmatrix.cpp.

Here is the caller graph for this function:

§ matrixrotationY()

GMatrix matrixrotationY ( double  angle)

Rotate object around OY

Parameters
[in]angleRotation angle

Definition at line 36 of file transformationmatrix.cpp.

Here is the caller graph for this function:

§ matrixrotationZ()

GMatrix matrixrotationZ ( double  angle)

Rotate object around OZ

Parameters
[in]angleRotation angle

Definition at line 66 of file transformationmatrix.cpp.

Here is the caller graph for this function: