Ar Points
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
world Points
The array containing the world coordinates. of the points.
color
The color of the points.
point Size
The size of the points.