weasel API - v0.8.0
    Preparing search index...

    Interface InsertPoint

    A single world-space point. Insert tracks two of these (start + current); bounds and pose are derived per-frame.

    interface InsertPoint {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number