nape-js API
    Preparing search index...

    Interface VoronoiPoint

    A 2D point (plain object — avoids coupling to Vec2 pooling).

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