![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moArcBall.h>
Public Attributes | |
| struct { | |
| union { | |
| GLfloat M00 | |
| GLfloat XX | |
| GLfloat SX | |
| } | |
| union { | |
| GLfloat M10 | |
| GLfloat XY | |
| } | |
| union { | |
| GLfloat M20 | |
| GLfloat XZ | |
| } | |
| union { | |
| GLfloat M01 | |
| GLfloat YX | |
| } | |
| union { | |
| GLfloat M11 | |
| GLfloat YY | |
| GLfloat SY | |
| } | |
| union { | |
| GLfloat M21 | |
| GLfloat YZ | |
| } | |
| union { | |
| GLfloat M02 | |
| GLfloat ZX | |
| } | |
| union { | |
| GLfloat M12 | |
| GLfloat ZY | |
| } | |
| union { | |
| GLfloat M22 | |
| GLfloat ZZ | |
| GLfloat SZ | |
| } | |
| } | s |
| GLfloat | M [9] |
Definition at line 61 of file moArcBall.h.
| GLfloat Matrix3f_t::M[9] |
Definition at line 76 of file moArcBall.h.
| GLfloat Matrix3f_t::M00 |
Definition at line 66 of file moArcBall.h.
| GLfloat Matrix3f_t::M01 |
Definition at line 69 of file moArcBall.h.
| GLfloat Matrix3f_t::M02 |
Definition at line 72 of file moArcBall.h.
| GLfloat Matrix3f_t::M10 |
Definition at line 67 of file moArcBall.h.
| GLfloat Matrix3f_t::M11 |
Definition at line 70 of file moArcBall.h.
| GLfloat Matrix3f_t::M12 |
Definition at line 73 of file moArcBall.h.
| GLfloat Matrix3f_t::M20 |
Definition at line 68 of file moArcBall.h.
| GLfloat Matrix3f_t::M21 |
Definition at line 71 of file moArcBall.h.
| GLfloat Matrix3f_t::M22 |
Definition at line 74 of file moArcBall.h.
| struct { ... } Matrix3f_t::s |
| GLfloat Matrix3f_t::SX |
Definition at line 66 of file moArcBall.h.
| GLfloat Matrix3f_t::SY |
Definition at line 70 of file moArcBall.h.
| GLfloat Matrix3f_t::SZ |
Definition at line 74 of file moArcBall.h.
| GLfloat Matrix3f_t::XX |
Definition at line 66 of file moArcBall.h.
| GLfloat Matrix3f_t::XY |
Definition at line 67 of file moArcBall.h.
| GLfloat Matrix3f_t::XZ |
Definition at line 68 of file moArcBall.h.
| GLfloat Matrix3f_t::YX |
Definition at line 69 of file moArcBall.h.
| GLfloat Matrix3f_t::YY |
Definition at line 70 of file moArcBall.h.
| GLfloat Matrix3f_t::YZ |
Definition at line 71 of file moArcBall.h.
| GLfloat Matrix3f_t::ZX |
Definition at line 72 of file moArcBall.h.
| GLfloat Matrix3f_t::ZY |
Definition at line 73 of file moArcBall.h.
| GLfloat Matrix3f_t::ZZ |
Definition at line 74 of file moArcBall.h.