Transformations which contain scale, rotations and translation.
More...
#include <tdme/engine/Transformations.h>
Transformations which contain scale, rotations and translation.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 27 of file Transformations.h.
◆ Transformations()
◆ ~Transformations()
◆ addRotation()
void addRotation |
( |
const Vector3 & |
axis, |
|
|
const float |
angle |
|
) |
| |
|
inline |
◆ applyParentTransformations()
void applyParentTransformations |
( |
const Transformations & |
parentTransformations | ) |
|
|
virtual |
Apply parent transformations.
- Parameters
-
parentTransformations | parent transformations |
Reimplemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
Definition at line 85 of file Transformations.cpp.
◆ fromMatrix()
Set up this transformations from given matrix and rotation order.
- Parameters
-
matrix | matrix |
rotationOrder | rotation order |
Definition at line 38 of file Transformations.cpp.
◆ fromTransformations()
Set up this transformations from given transformations.
- Parameters
-
transformations | transformations |
Reimplemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, PointsParticleSystem, LinesObject3DInternal, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
Definition at line 32 of file Transformations.cpp.
◆ getPivot()
◆ getRotation()
Get rotation at given index.
- Parameters
-
- Returns
- rotation
Definition at line 104 of file Transformations.h.
◆ getRotationAngle()
const float getRotationAngle |
( |
const int |
idx | ) |
const |
|
inline |
- Parameters
-
- Returns
- rotation angle for rotation with given index
Definition at line 146 of file Transformations.h.
◆ getRotationAxis()
const Vector3 & getRotationAxis |
( |
const int |
idx | ) |
const |
|
inline |
- Parameters
-
- Returns
- rotation axis for rotation with given index
Definition at line 129 of file Transformations.h.
◆ getRotationCount()
const int getRotationCount |
( |
| ) |
const |
|
inline |
◆ getRotationsQuaternion()
const Quaternion & getRotationsQuaternion |
( |
| ) |
const |
|
inline |
◆ getScale()
◆ getTransformationsMatrix()
const Matrix4x4 & getTransformationsMatrix |
( |
| ) |
const |
|
inline |
◆ getTranslation()
const Vector3 & getTranslation |
( |
| ) |
const |
|
inline |
◆ invert()
◆ removeRotation()
void removeRotation |
( |
const int |
idx | ) |
|
|
inline |
◆ setPivot()
void setPivot |
( |
const Vector3 & |
pivot | ) |
|
|
inline |
◆ setRotationAngle()
void setRotationAngle |
( |
const int |
idx, |
|
|
const float |
angle |
|
) |
| |
|
inline |
- Parameters
-
idx | rotation index |
angle | rotation angle |
- Returns
- rotation angle for rotation with given index
Definition at line 155 of file Transformations.h.
◆ setRotationAxis()
void setRotationAxis |
( |
const int |
idx, |
|
|
const Vector3 & |
axis |
|
) |
| |
|
inline |
Set rotation axis.
- Parameters
-
idx | rotation index |
axis | rotation axis |
Definition at line 138 of file Transformations.h.
◆ setScale()
void setScale |
( |
const Vector3 & |
scale | ) |
|
|
inline |
◆ setTranslation()
void setTranslation |
( |
const Vector3 & |
translation | ) |
|
|
inline |
◆ update()
Computes transformation matrix.
- Parameters
-
parentTransformations | parent transformations |
Reimplemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, PointsParticleSystem, LinesObject3DInternal, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
Definition at line 49 of file Transformations.cpp.
◆ pivot
◆ rotations
◆ rotationsQuaternion
◆ scale
◆ transformationsMatrix
◆ translation
The documentation for this class was generated from the following files: