still needed

This commit is contained in:
Martin Diehl 2020-07-01 22:11:16 +02:00
parent 4abd77fccf
commit 86dc7054a4
1 changed files with 2 additions and 1 deletions

View File

@ -630,8 +630,9 @@ class Rotation:
return Rotation(q.reshape(r.shape[:-1]+(4,)) if shape is not None else q)._standardize()
# for compatibility (old names do not follow convention)
fromEulers = from_Eulers
asAxisAngle = as_axis_angle
__mul__ = __matmul__
####################################################################################################