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