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

    Interface InsertProposed<TPose>

    Per-frame proposed insert: the two world points plus their derived bounds and pose.

    interface InsertProposed<TPose> {
        bounds: ResizePose;
        current: InsertPoint;
        pose: TPose;
        start: InsertPoint;
    }

    Type Parameters

    • TPose
    Index

    Properties

    bounds: ResizePose
    current: InsertPoint
    pose: TPose