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 650
Last Updated: 20 June, 2023