Companion

object Companion

Static variables and methods.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
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.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String