QPoint3dBuffer.unquantizePoint Function
Extracts and unquantizes the point at the specified index from a buffer.
unquantizePoint(buffer: QPoint3dBuffer, pointIndex: number, result?: Point3d): Point3d
@returns  The point at pointIndex.
@throws  Error if pointIndex is out of bounds.
| Parameter | Type | Description | 
|---|---|---|
| buffer | QPoint3dBuffer | The array of points and the quantization parameters. | 
| pointIndex | number | |
| result | Point3d | If supplied, a preallocated Point3d to initialize with the result and return. | 
Returns - Point3d
The point at pointIndex.
Defined in
- core/common/src/QPoint.ts Line 725
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.