toArray

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

Writes the components of this Euler instance into array at offset, growing the list as needed, and returns it. The order is written as the fourth element (an EulerOrder).

Return

The Euler components.