function
cluster_points
Grid++ point clustering algorithm. Groups nearby points into clusters at a given radius.
Constructor
Methods
cluster_points()
cluster_points(points: Float32Array, radius: number, extent: Float64Array): ClusterResult Cluster points within radius.
Returns
ClusterResult