Skip to content

tool.VoronoiExt

tool.VoronoiExt

Fields

NameType
staticrelaxFun
staticcellCentroidFun
staticcellAreaFun
staticgenPointsFun
staticcheckMinDistFun

Protos

No protos.

Bindings

  • static f@35145 checkMinDist(hl.types.ArrayObj, F64) → Bool
  • static f@31699 genPoints(libs.Rand, F64, F64, F64, F64, F64, I32, Ref) → hl.types.ArrayObj
  • static f@35144 cellArea(h2d.col.Cell) → F64
  • static f@30032 cellCentroid(h2d.col.Cell) → h2d.col.Point
  • static f@30031 relax(h2d.col.Voronoi, h2d.col.Diagram, h2d.col.Bounds) → h2d.col.Diagram