tool.VoronoiExt
tool.VoronoiExt
Fields
| Name | Type | |
|---|---|---|
| static | relax | Fun |
| static | cellCentroid | Fun |
| static | cellArea | Fun |
| static | genPoints | Fun |
| static | checkMinDist | Fun |
Protos
No protos.
Bindings
- static
f@35145checkMinDist(hl.types.ArrayObj, F64) → Bool - static
f@31699genPoints(libs.Rand, F64, F64, F64, F64, F64, I32, Ref) → hl.types.ArrayObj - static
f@35144cellArea(h2d.col.Cell) → F64 - static
f@30032cellCentroid(h2d.col.Cell) → h2d.col.Point - static
f@30031relax(h2d.col.Voronoi, h2d.col.Diagram, h2d.col.Bounds) → h2d.col.Diagram