def is_unit(self): """bool : ``True`` if the quaternion is unit-length or ``False`` if otherwise. """ return quaternion_is_unit(self)
def is_unit(self): return quaternion_is_unit(self)