Interface ArcAtOptions

interface ArcAtOptions {
    clockwise?: boolean;
    interval?: number;
    intervalKind?: ArcIntervalKind;
}

Hierarchy (View Summary)

Properties

clockwise?: boolean

If points between the start point angle and end point angle should be built clockwise or counter-clockwise

interval?: number

Interval between points, see intervalKind

intervalKind?: ArcIntervalKind

Unit of interval (distance = a point every interval distance, segments = arc will be split into interval segments)