unquantize Method
Return a Point2d unquantized according to the supplied params. If out is supplied, it will be modified in-place and returned.
unquantize(params: QParams2d, out?: Point2d): Point2d
| Parameter | Type | Description | 
|---|---|---|
| params | QParams2d | |
| out | Point2d | 
Returns - Point2d
Defined in
- core/common/src/QPoint.ts Line 246
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.