|
Name |
Description |
|
CircularArc2d
|
Default constructor for the CircularArc2d class. Constructs a
2D circle with a center of (0,0) and a radius of 1. |
|
CircularArc2d(Point2d,
Double)
|
Constructor for the CircularArc2d class. Creates a circle with
the specified center and radius. |
|
CircularArc2d(Point2d,
Point2d, Point2d)
|
Constructor for the CircularArc2d class. Creates an arc with
the specified three points. |
|
CircularArc2d(Point2d,
Point2d, Double, Boolean)
|
Constructor for the CircularArc2d class. Creates an arc
according to the specified parameters. |
|
CircularArc2d(Point2d,
Double, Double, Double, Vector2d, Boolean)
|
Constructor for the CircularArc2d class. |