Constructor. Take the initial position, scale, angles and velocity of the Entity and provide the name 'Transform' to the parent class
the 3D position of the Entity
the 3D scale of the Entity
the initial 3D velocity of the Entity
Maintained rotation angles (radians)
Maintained 'forward' Axis
Maintained position
Maintained 'right' Axis
Maintained scale factor
Maintained 'up' Axis
Compute the composite Transform Matrix from the maintained translation, scaling and rotation
the Transform matrix
Move along all three axes by a given 3D vector (relative to self)
the 3D vector to move by
Move along the forward axis by a given amount (relative to self)
the amount to move by
Move along the right axis by a given amount (relative to self)
the amount to move by
Move along the up axis by a given amount (relative to self)
the amount to move by
Reset all transformations back to their initial values
Rotate around all three axes by 3 given angles (radians)
the X, Y and Z angles to rotate by
Rotate by a given angle (radians) around the X axis; pitch
the angle to rotate by
Rotate by a given angle (radians) around the Y axis; yaw
the angle to rotate by
Rotate by a given angle (radians) around the Z axis; roll
the angle to rotate by
Scale by a given factor (relative to current scale)
the 3D factor to scale by
Scale to a given absolute factor
the 3D factor to scale to
Move by a given translation vector (relative to world axes)
the translation vector
3D Transform Component, defining the "physical" attributes of an Entity as well as transformation methods, enabling presence in 3D space