BestEllipse
Describes an ellipse that best fits a set of points.
Elements
Name | Type | Description |
---|---|---|
center | PointFloat | The coordinate location of the center of the ellipse. |
majorAxisStart | PointFloat | The coordinate location of the start of the major axis of the ellipse. |
majorAxisEnd | PointFloat | The coordinate location of the end of the major axis of the ellipse. |
minorAxisStart | PointFloat | The coordinate location of the start of the minor axis of the ellipse. |
minorAxisEnd | PointFloat | The coordinate location of the end of the minor axis of the ellipse. |
area | double | The area of the ellipse. |
perimeter | double | The length of the perimeter of the ellipse. |