 |
soui 5.0.0.1
Soui5 Doc
|
|
Loading...
Searching...
No Matches
10#ifndef _SCamera_DEFINED_
11#define _SCamera_DEFINED_
17class SOUI_EXP SCamera {
25 void translate(
float x,
float y,
float z);
26 void rotateX(
float deg);
27 void rotateY(
float deg);
28 void rotateZ(
float deg);
30 void setCameraLocation(
float x,
float y,
float z);
31 float getCameraLocationX();
32 float getCameraLocationY();
33 float getCameraLocationZ();
35 void getMatrix(SMatrix *out)
const;
38 SCamera(
const SCamera &);
39 SCamera &operator=(
const SCamera &);