unquantize Method
Return the unquantized point for the input components.
unquantize(x: number, y: number, z: number, out?: Point3d): Point3d
| Parameter | Type | Description | 
|---|---|---|
| x | number | |
| y | number | |
| z | number | |
| out | Point3d | If supplied, it will be modified in-place and returned instead of allocating a new Point3d. | 
Returns - Point3d
Defined in
- core/common/src/QPoint.ts Line 480
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.