Polar2d
Represents a coordinate in the polar coordinate system.
theta is the relative angle from 0 in radians on the unit circle. (A theta of 0 points to the right, not up.) radius is the distance from the center, used to represent strength or magnitude.
For a alternative to this that uses the cartesian coordinate system (x, y), see Vector2d.