rfw2d
    Preparing search index...

    Interface ArcOptions

    interface ArcOptions {
        interval?: number;
        intervalKind?: ArcIntervalKind;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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)