A 2D plane defined by a normal and offset. separation = dot(normal, point) - offset
2D rotation represented as cosine and sine of the angle. This is more efficient than storing the angle directly.
A 2D transform containing position and rotation.
2D vector for physics calculations.