ArPoints

class ArPoints(worldPoints: FloatArray, color: Int = EvsColor.White.rgba, pointSize: Float = 3.0f) : ArPrimitive

A class representing a collection of points in a 3D space.

Parameters

worldPoints

The array containing the world coordinates. of the points.

color

The color of the points.

pointSize

The size of the points.

Constructors

Link copied to clipboard
constructor(worldPoints: FloatArray, color: Int = EvsColor.White.rgba, pointSize: Float = 3.0f)