• Creates a circular arc defined by a center point, radius, a start angle and a sweep angle.

    Parameters

    • reference: CoordinateReference

      the reference in which the circular arc is defined

    • center: Point

      the center point.

    • radius: number

      the radius of the circle defining the arc.

    • startAzimuth: number

      the start azimuth (in degrees, clockwise from 12 o'clock (north)).

    • sweepAngle: number

      the sweep angle (in degrees, clockwise from the start angle).

    Returns CircularArcByCenterPoint

    the circular-arc-by-center-point