• Creates a elliptical arc defined by a center point, semi-major axis, semi-minor axis, a start angle and a sweep angle.

    Parameters

    • reference: null | CoordinateReference

      the reference in which the elliptical arc is defined.

    • center: Point

      the center point.

    • a: number

      the semi-major axis of the ellipse defining the arc, in meters.

    • b: number

      the semi-minor axis of the ellipse defining the arc, in meters.

    • rotationAzimuth: number

      the rotation azimuth of the ellipse defining the arc, in degrees, positive clockwise from 12 o'clock (north).

    • startAzimuth: number

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

    • sweepAngle: number

      the angle over which the arc extends, in degrees, positive clockwise.

    Returns Arc

    the arc

    See

    Arc