still needed ...

This commit is contained in:
Martin Diehl 2020-07-02 08:14:13 +02:00
parent 86dc7054a4
commit 208d5109d4
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ class Rotation:
# for compatibility (old names do not follow convention)
fromEulers = from_Eulers
fromQuaternion = from_quaternion
asAxisAngle = as_axis_angle
__mul__ = __matmul__