51 static float interpolate(
float rotationAngle,
float targetRotationAngle,
float timeSecondsPassed,
float rotationDeegreePerSeconds);
void setAngle(const float angle)
void fromRotation(const Rotation &rotation)
Sets up this rotation from another rotation.
static STATIC_DLL_IMPEXT Vector3 Y_AXIS
void fromQuaternion(const Quaternion &q)
Sets up this rotation from quaternion, current quaternion will be lost, needs to get updated.
const Vector3 & getAxis() const
Rotation()
Public constructor.
void setAxis(const Vector3 &axis)
Set axis.
const Quaternion & getQuaternion() const
void update()
Computes rotation matrix.
const float getAngle() const
static STATIC_DLL_IMPEXT Vector3 X_AXIS
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...
static STATIC_DLL_IMPEXT Vector3 Z_AXIS
Vector3 & set(float x, float y, float z)
Set up vector.
#define STATIC_DLL_IMPEXT