rapid-sdk
    Preparing search index...

    Interface Edge

    An Object containing index, distance, and point properties

    interface Edge {
        distance: number;
        index: number;
        point: Vec2;
    }
    Index

    Properties

    Properties

    distance: number

    distance from point to path

    index: number

    index of segment along path

    point: Vec2

    point along path