get

operator fun get(index: QuaternionComponent): Float

Returns the component at the specified index.


operator fun get(index1: QuaternionComponent, index2: QuaternionComponent, index3: QuaternionComponent): Float3
operator fun get(index1: Int, index2: Int, index3: Int): Float3

Returns three components at the specified indices as a Float3.


operator fun get(index1: Int, index2: Int, index3: Int, index4: Int): Quaternion

Returns four components at the specified indices as a Quaternion.


operator fun get(index: Int): Float

Returns the component at the specified index (0 to 3).