requantize Method
Changes the quantization parameters and requantizes all points in the list to the new range.
requantize(params: QParams3d): void
@note The loss of precision is compounded each time the points are requantized to a new range.
Parameter | Type | Description |
---|---|---|
params | QParams3d |
Returns - void
Defined in
- core/common/src/QPoint.ts Line 811
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.