Class describing a position and rotation in 2D. This class can also be used to describe things like 2D velocity or chassis power.
X Position
Y Position
Rotation in radians
Add another pose to this pose
Clone the pose
Get the euclidean length of the XY component of the pose
Normalize the position of the pose
Rotate the position of the pose around a pivot. NOTE: This does not affect the R value of the pose
Scale the pose
Change the reference frame of the to another pose. Equivalent to subtract operation but with an added rotation transform.
Move the XY of the pose in the direction of R
Subtract a this pose by another pose.