Viewer - Drawing Tools
    Preparing search index...

    Type Alias PointsData

    PointsData: number[][]

    The data of the points. The points are defined as an array of arrays, where each array contains the x, y and z coordinates of the point.

    [[0, 0, 0], [1, 0, 0], [1, 1, 0], [0, 1, 0], [0, 0, 0]]