set

operator fun set(index: Int, v: Float)

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


operator fun set(index1: Int, index2: Int, v: Float)
operator fun set(index1: Int, index2: Int, index3: Int, v: Float)
operator fun set(index1: Int, index2: Int, index3: Int, index4: Int, v: Float)
operator fun set(index1: QuaternionComponent, index2: QuaternionComponent, v: Float)
operator fun set(index1: QuaternionComponent, index2: QuaternionComponent, index3: QuaternionComponent, v: Float)
operator fun set(index1: QuaternionComponent, index2: QuaternionComponent, index3: QuaternionComponent, index4: QuaternionComponent, v: Float)

Sets the components at the specified indices.


operator fun set(index: QuaternionComponent, v: Float)

Sets the component at the specified index.