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 602
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.