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[] | 
Returns - Point3d[]
Defined in
- geometry3d/Range.ts Line 512
 
Last Updated: 20 June, 2023