Constructor. Take the initial position, scale, angle and velocity of the Entity and provide the name 'Transform' to the parent class
the 2D position of the Entity
the 2D scale of the Entity
the initial rotation of the Entity
the initial 2D velocity of the Entity
Maintained rotation angle (radians)
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 both the right and up axes by a given 2D vector (relative to self)
the 2D vector 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)
Reset all transformations back to their initial values
Rotate by a given angle (radians)
the angle to rotate by
Scale by a given factor (relative to current scale)
the 2D factor to scale by
Scale to a given absolute factor
the 2D factor to scale to
Move by a given translation vector (relative to world axes)
the translation vector
2D Transform Component, defining the "physical" attributes of an Entity as well as transformation methods, enabling presence in 2D space