Quaternion.isUnit

It's a unitary Quaternion (length == 1)

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

Meta