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) | Constructor used to create an Ellipse using the values passed in. The center, unitNormal and majorAxis are used to... more |
