Quaternion.array

Get raw array data.

struct Quaternion(T)
const
T[4]
array
()
if (
__traits(isArithmetic, T)
)

Return Value

Type: T[4]

raw array data

Meta