CircularArc2d Constructor
Overload List
Method |
Description |
---|
CircularArc2d.CircularArc2d () | Default constructor. Constructs a full circle with center (0,0) and radius 1. |
CircularArc2d.CircularArc2d (Point2d, double) |
Constructs a full circle with the given center and radius. The radius must not be 0. |
CircularArc2d.CircularArc2d (Point2d, double, double, double, Vector2d, [MarshalAs(UnmanagedType.U1)] bool) |
Constructs a circular arc with the specified center, radius, start angle, and end angle. Angles are measured by drawing a... more |
CircularArc2d.CircularArc2d (Point2d, Point2d, double, [MarshalAs(UnmanagedType.U1)] bool) |
Constructs an arc with the specified start and endpoints. If a line is drawn between startPoint and endPoint, then... more |
CircularArc2d.CircularArc2d (Point2d, Point2d, Point2d) |
Constructs an arc through three points. None of the three points may be coincident and they may not be colinear.... more |