rfw2d
    Preparing search index...

    Interface LineOptions

    interface LineOptions {
        closed?: boolean;
        degrees?: number;
        label?: string;
        points?: Vec2[];
        position?: Vec2Like;
        radians?: number;
        scale?: number;
        style?: Partial<LineStyle>;
        x?: number;
        y?: number;
        z?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    closed?: boolean
    degrees?: number
    label?: string
    points?: Vec2[]
    position?: Vec2Like
    radians?: number
    scale?: number
    style?: Partial<LineStyle>
    x?: number
    y?: number
    z?: number