Expand description
Ellipse
struct, describes an ellipse using two CircularDimension
axes and an optional CompassDirection
orientation of the first axis
Structs§
- Ellipse
- A discrete measurement of an Ellipse. An Ellipse is a circle with two
CircularDimension
s offset by 90° to each other. TheEllipse::first_axis
orientation is indicated byEllipse::orientation
and theEllipse::second_axis
is oriented orthogonally to the first.