Ar Lines
class ArLines(worldPoints: FloatArray, color: Int = EvsColor.White.rgba, lineWidth: Float = 3.0f) : ArPrimitive
A class representing lines in a 3D space.
Parameters
world Points
The array containing the world coordinates. of the line endpoints.
color
The color of the lines.
line Width
The width of the lines.