toArray

fun toArray(array: MutableList<Double> = mutableListOf(), offset: Int = 0): MutableList<Double>

Writes the components of this quaternion into array at offset, growing the list as needed, and returns it.

Return

The quaternion components.