get
Returns the component at the specified index.
operator fun get(index1: QuaternionComponent, index2: QuaternionComponent, index3: QuaternionComponent): Float3
Returns three components at the specified indices as a Float3.
operator fun get(index1: QuaternionComponent, index2: QuaternionComponent, index3: QuaternionComponent, index4: QuaternionComponent): Quaternion
Returns four components at the specified indices as a Quaternion.
Returns the component at the specified index (0 to 3).