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 nth point, use QPoint3d.fromScalars(buffer.points[n * 3], buffer.points[n * 3 + 1], buffer.points[n * 3 + 2]).

Defined in

Last Updated: 16 April, 2024