Quaternion.sq_length

Returns the actual squared length of this quaternion

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

Meta