Ellipse Constructor

Overload List

Method Description
Ellipse.Ellipse () Default constructor. Initializes to circle of radius 1 in XY plane with center (0,0,0).
Ellipse.Ellipse (Point3d, Vector3d, Vector3d, double, double, double) This constructor is used to create an Ellipse using the values passed in. The center, unitNormal and majorAxis are... more