In 2D, an ellipse is defined by a centerpoint center, a vector defining the major axis
M of the ellipse (including the magnitude of the major axis), the radius ratio of the minor axis length to the major axis length
rat, the direction of the ellipse, and the parameter offset at the major axis
offset.
In 3D, an ellipse is defined by a centerpoint center, a unit vector normal to the plane of the ellipse
normal, a vector defining the major axis of the ellipse
M (including the magnitude of the major axis), the radius ratio, and the parameter offset at the major axis
offset. The direction of the ellipse is defined by the right-hand rule using the normal vector.
where M and
N are the major and minor axes, respectively.