explicit is better than implicit

- if the quaternion does not follow the convention, use
"fromQuaternion(acceptHomomorph=True)"
This commit is contained in:
Martin Diehl 2019-04-18 14:46:12 +02:00
parent c702441bcc
commit e8464814ae
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ class Rotation:
self.quaternion = quaternion.copy()
else:
self.quaternion = Quaternion(q=quaternion[0],p=quaternion[1:4])
self.quaternion.homomorph() # ToDo: Needed?
def __repr__(self):
"""Value in selected representation"""