Rotation representation.
More...
#include <tdme/engine/Rotation.h>
|
static float | interpolate (float rotationAngle, float targetRotationAngle, float timeSecondsPassed, float rotationDeegreePerSeconds) |
| Interpolate from given rotation to target rotation taking time passed in seconds and rotation degrees per second into account. More...
|
|
Rotation representation.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 17 of file Rotation.h.
◆ Rotation() [1/2]
◆ Rotation() [2/2]
Public constructor.
- Parameters
-
Definition at line 20 of file Rotation.cpp.
◆ fromQuaternion()
Sets up this rotation from quaternion, current quaternion will be lost, needs to get updated.
- Parameters
-
Definition at line 40 of file Rotation.cpp.
◆ fromRotation()
void fromRotation |
( |
const Rotation & |
rotation | ) |
|
Sets up this rotation from another rotation.
- Parameters
-
Definition at line 33 of file Rotation.cpp.
◆ getAngle()
const float getAngle |
( |
| ) |
const |
|
inline |
◆ getAxis()
◆ getQuaternion()
◆ interpolate()
float interpolate |
( |
float |
rotationAngle, |
|
|
float |
targetRotationAngle, |
|
|
float |
timeSecondsPassed, |
|
|
float |
rotationDeegreePerSeconds |
|
) |
| |
|
static |
Interpolate from given rotation to target rotation taking time passed in seconds and rotation degrees per second into account.
- Parameters
-
rotationAngle | current rotation angle |
targetRotationAngle | target rotation angle |
timeSecondsPassed | time seconds passed |
rotationDeegreePerSeconds | rotation deegree per seconds |
- Returns
- computed rotation angle
Definition at line 60 of file Rotation.cpp.
◆ setAngle()
void setAngle |
( |
const float |
angle | ) |
|
|
inline |
◆ setAxis()
void setAxis |
( |
const Vector3 & |
axis | ) |
|
|
inline |
Set axis.
- Parameters
-
Definition at line 78 of file Rotation.h.
◆ update()
◆ angle
◆ axis
◆ quaternion
◆ X_AXIS
◆ Y_AXIS
◆ Z_AXIS
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Rotation.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Rotation.cpp