Method that creates a new EllipseFull2d object. The object created is a transient mathematical object and is not displayed graphically
Name | Type | Description |
Center | Point2d | Input Point2d object that specifies the center of the ellipse. |
MajorAxisVector | Vector2d | Input Vector2d object that specifies the direction of the major axis of the ellipse. |
MinorMajorRatio | Double | Input Double that specifies the ratio of the minor and major axes of the ellipse. |