Companion

object Companion

Static variables and methods.

Functions

fromArray
Link copied to clipboard
fun fromArray(positionArray: DoubleArray): LightPosition

Construct a LightPosition object from DoubleArray.

fromList
Link copied to clipboard
fun fromList(positionList: List<Double>): LightPosition

Construct a LightPosition object from List.