Ellipse.from_point_major_minor
- classmethod Ellipse.from_point_major_minor(point, major, minor)[source]
Construct a ellipse from a point and major and minor axis lengths.
- Parameters:
- point
compas.geometry.Point
The center point of the ellipse.
- majorfloat
The major axis length.
- minorfloat
The minor axis length.
- point
- Returns:
Ellipse
The constructed ellipse.