Represents rotation orders of a model.
More...
#include <tdme/engine/model/RotationOrder.h>
|
| RotationOrder (const string &name, int ordinal, const Vector3 &axis0, const Vector3 &axis1, const Vector3 &axis2, int32_t axis0VectorIndex, int32_t axis1VectorIndex, int32_t axis2VectorIndex, int32_t axisXIndex, int32_t axisYIndex, int32_t axisZIndex) |
| Constructor. More...
|
|
const Vector3 & | getAxis0 () const |
|
const Vector3 & | getAxis1 () const |
|
const Vector3 & | getAxis2 () const |
|
int32_t | getAxis0VectorIndex () const |
|
int32_t | getAxis1VectorIndex () const |
|
int32_t | getAxis2VectorIndex () const |
|
int32_t | getAxisXIndex () const |
|
int32_t | getAxisYIndex () const |
|
int32_t | getAxisZIndex () const |
|
| Enum (const string &name, int32_t ordinal) |
| Public constructor. More...
|
|
const string & | getName () const |
|
int32_t | getOrdinal () const |
|
bool | equals (Enum *enumObject) const |
| Compare enum with another enum. More...
|
|
|
static STATIC_DLL_IMPEXT RotationOrder * | XYZ = new RotationOrder("XYZ", 0, Vector3(1.0f, 0.0f, 0.0f), Vector3(0.0f, 1.0f, 0.0f), Vector3(0.0f, 0.0f, 1.0f), 0, 1, 2, 0, 1, 2) |
|
static STATIC_DLL_IMPEXT RotationOrder * | YZX = new RotationOrder("YZX", 1, Vector3(0.0f, 1.0f, 0.0f), Vector3(0.0f, 0.0f, 1.0f), Vector3(1.0f, 0.0f, 0.0f), 1, 2, 0, 2, 0, 1) |
|
static STATIC_DLL_IMPEXT RotationOrder * | ZYX = new RotationOrder("ZYX", 2, Vector3(0.0f, 0.0f, 1.0f), Vector3(0.0f, 1.0f, 0.0f), Vector3(1.0f, 0.0f, 0.0f), 2, 1, 0, 2, 1, 0) |
|
Represents rotation orders of a model.
Definition at line 21 of file RotationOrder.h.
◆ RotationOrder()
RotationOrder |
( |
const string & |
name, |
|
|
int |
ordinal, |
|
|
const Vector3 & |
axis0, |
|
|
const Vector3 & |
axis1, |
|
|
const Vector3 & |
axis2, |
|
|
int32_t |
axis0VectorIndex, |
|
|
int32_t |
axis1VectorIndex, |
|
|
int32_t |
axis2VectorIndex, |
|
|
int32_t |
axisXIndex, |
|
|
int32_t |
axisYIndex, |
|
|
int32_t |
axisZIndex |
|
) |
| |
Constructor.
- Parameters
-
name | name |
ordinal | ordinal |
axis0 | axis 0 |
axis1 | axis 1 |
axis2 | axis 2 |
axis0VectorIndex | axis 0 vector (data) index |
axis1VectorIndex | axis 1 vector (data) index |
axis2VectorIndex | axis 2 vector (data) index |
axisXIndex | axis X index |
axisYIndex | axis Y index |
axisZIndex | axis Z index |
Definition at line 11 of file RotationOrder.cpp.
◆ getAxis0()
◆ getAxis0VectorIndex()
int32_t getAxis0VectorIndex |
( |
| ) |
const |
|
inline |
◆ getAxis1()
◆ getAxis1VectorIndex()
int32_t getAxis1VectorIndex |
( |
| ) |
const |
|
inline |
◆ getAxis2()
◆ getAxis2VectorIndex()
int32_t getAxis2VectorIndex |
( |
| ) |
const |
|
inline |
◆ getAxisXIndex()
int32_t getAxisXIndex |
( |
| ) |
const |
|
inline |
◆ getAxisYIndex()
int32_t getAxisYIndex |
( |
| ) |
const |
|
inline |
◆ getAxisZIndex()
int32_t getAxisZIndex |
( |
| ) |
const |
|
inline |
◆ valueOf()
◆ axis0
◆ axis0VectorIndex
◆ axis1
◆ axis1VectorIndex
◆ axis2
◆ axis2VectorIndex
◆ axisXIndex
◆ axisYIndex
◆ axisZIndex
◆ XYZ
RotationOrder * XYZ = new RotationOrder("XYZ", 0, Vector3(1.0f, 0.0f, 0.0f), Vector3(0.0f, 1.0f, 0.0f), Vector3(0.0f, 0.0f, 1.0f), 0, 1, 2, 0, 1, 2) |
|
static |
◆ YZX
RotationOrder * YZX = new RotationOrder("YZX", 1, Vector3(0.0f, 1.0f, 0.0f), Vector3(0.0f, 0.0f, 1.0f), Vector3(1.0f, 0.0f, 0.0f), 1, 2, 0, 2, 0, 1) |
|
static |
◆ ZYX
RotationOrder * ZYX = new RotationOrder("ZYX", 2, Vector3(0.0f, 0.0f, 1.0f), Vector3(0.0f, 1.0f, 0.0f), Vector3(1.0f, 0.0f, 0.0f), 2, 1, 0, 2, 1, 0) |
|
static |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/model/RotationOrder.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/model/RotationOrder.cpp