conj#
- Quaternion.conj#
Synonym of property
conjugate()- Returns:
q* – Conjugated quaternion.
- Return type:
numpy.ndarray
Examples
>>> q = Quaternion([0.603297, 0.749259, 0.176548, 0.20850]) >>> q.conj array([0.603297, -0.749259, -0.176548, -0.20850 ])
Synonym of property conjugate()
q* – Conjugated quaternion.
numpy.ndarray
Examples
>>> q = Quaternion([0.603297, 0.749259, 0.176548, 0.20850])
>>> q.conj
array([0.603297, -0.749259, -0.176548, -0.20850 ])