22Transformations::Transformations()
34 if (
this == &transformations)
return;
35 *
this = transformations;
78 rotationsMatrix.
multiply(rotationsTranslationsMatrix);
95 rotation.setAngle(rotation.getAngle() - 180.0f);
Represents rotation orders of a model.
const Vector3 & getAxis0() const
int32_t getAxis0VectorIndex() const
const Vector3 & getAxis2() const
int32_t getAxis2VectorIndex() const
const Vector3 & getAxis1() const
int32_t getAxis1VectorIndex() const
Vector3 computeEulerAngles() const
Compute Euler angles (rotation around x, y, z axes)
Matrix4x4 & identity()
Setup identity matrix.
void getScale(Vector3 &scale) const
Get scale.
Matrix4x4 & translate(const Vector3 &v)
Sets up a translation matrix.
Matrix4x4 & invert()
Inverts the matrix.
void getTranslation(Vector3 &translation) const
Get translation.
Matrix4x4 & scale(float s)
Scales this matrix.
Vector3 multiply(const Vector3 &v) const
Multiplies a vector3 with this matrix into destination vector.
Quaternion & multiply(const Quaternion q)
Multiplies this quaternion with quaternion q.
Matrix4x4 computeMatrix() const
Computes a matrix from given.
Quaternion & identity()
Set up quaternion identity.
Quaternion & normalize()
Normalize quaternion.
Vector3 & setZ(float z)
Set Z.
Vector3 & set(float x, float y, float z)
Set up vector.
Vector3 & setX(float x)
Set X.
Vector3 clone() const
Clones the vector.
Vector3 & scale(float scale)
Scale this vector.
Vector3 & setY(float y)
Set Y.