points
points: Uint16Array
The QPoint3ds as pairs of unsigned 16-bit integers. The length must be a multiple of 3; the number of points in the array is half the array's length.
To obtain the n
th point, use QPoint3d.fromScalars(buffer.points[n * 3], buffer.points[n * 3 + 1], buffer.points[n * 3 + 2])
.
Defined in
- core/common/src/QPoint.ts Line 689
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.