Quaternion.length

Returns the actual length of this quaternion

struct Quaternion(T = floatt)
nothrow @property @nogc pure const
T
length
()
if (
__traits(isFloating, T)
)

Meta