ArLines

constructor(worldPoints: FloatArray, color: Int = EvsColor.White.rgba, lineWidth: Float = 3.0f)

Parameters

worldPoints

The array containing the world coordinates. of the line endpoints.

color

The color of the lines.

lineWidth

The width of the lines.