EllipticalArc2d Constructor
Overload List
Method |
Description |
---|
EllipticalArc2d.EllipticalArc2d () | Default constructor. Constructs full ellipse centered at origin (0,0) with X and Y axis for major and minor axes respectively.... more |
EllipticalArc2d.EllipticalArc2d (CircularArc2d) | Constructs a 2D ellipse that is identical to the input circular arc. |
EllipticalArc2d.EllipticalArc2d (Point2d, Vector2d, Vector2d, double, double) | Constructs a full ellipse with the specified center, major and minor axes, and major and minor radii. |
EllipticalArc2d.EllipticalArc2d (Point2d, Vector2d, Vector2d, double, double, double, double) | Constructs an ellipse with the specified center, major and minor axes, major and minor radii, and start and end angles.... more |