nape-js API
    Preparing search index...

    Interface VoronoiResult

    Result of a Voronoi diagram computation.

    interface VoronoiResult {
        cells: VoronoiCell[];
    }
    Index

    Properties

    Properties

    cells: VoronoiCell[]

    One cell per input site, in the same order as the input points.