corners Method
Return an array with the 8 corners on order wth "x varies fastest, then y, then z"
- points preallocated in
resultare reused if result.length >= 8. - in reuse case, result.length is trimmed to 8
corners(result?: Point3d[]): Point3d[]
| Parameter | Type | Description |
|---|---|---|
| result | Point3d[] |
Defined in
Last Updated: 08 January, 2020