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

Go to the source code of this file.

Functions

GMatrix matrixrotation (double X, double Y, double Z, double angle)
 
GMatrix matrixmovement (double X, double Y, double Z)
 

Function Documentation

§ matrixmovement()

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

Move camera depends target point

Parameters
[in]XX coordinate of target vector
[in]YY coordinate of target vector
[in]ZZ coordinate of target vector

Definition at line 36 of file cameramodification.cpp.

Here is the caller graph for this function:

§ matrixrotation()

GMatrix matrixrotation ( double  X,
double  Y,
double  Z,
double  angle 
)

Rotate camera around target point

Parameters
[in]XX coordinate of vector around which camera rotates
[in]YY coordinate of vector around which camera rotates
[in]ZZ coordinate of vector around which camera rotates
[in]angleRotation angle

Definition at line 6 of file cameramodification.cpp.

Here is the caller graph for this function: