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:
pointcompas.geometry.Point

The center point of the ellipse.

majorfloat

The major axis length.

minorfloat

The minor axis length.

Returns:
Ellipse

The constructed ellipse.