Ellipse.from_plane_major_minor

classmethod Ellipse.from_plane_major_minor(plane, major, minor)[source]

Construct a ellipse from a point and major and minor axis lengths.

Parameters:
planecompas.geometry.Plane

The plane of the ellipse.

majorfloat

The major axis length.

minorfloat

The minor axis length.

Returns:
Ellipse

The constructed ellipse.