Companion

Static variables and methods.

object Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
fromArray
Link copied to clipboard

Construct a LightPosition object from DoubleArray.

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

Construct a LightPosition object from List.

fun fromList(positionList: List<Double>): LightPosition
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String