Math3D Full Project API
    Preparing search index...
    type DijkstraResult = {
        dist: Float64Array;
        prev: Int32Array;
    }
    Index

    Properties

    Properties

    dist: Float64Array
    prev: Int32Array