make_justified_point_grid
make_justified_point_grid(aabb3, spacing, callback) ⇒ number
Created a grid of points to fill given bounds, spacing is used as upper-bound, actual spacing will be justified to provide even distanced along each dimension separately
Kind: global function
Returns: number
- total number of points placed
Param | Type |
---|---|
aabb3 | AABB3 |
spacing | number |
callback | function |