still needed
This commit is contained in:
parent
4abd77fccf
commit
86dc7054a4
|
@ -630,8 +630,9 @@ class Rotation:
|
||||||
|
|
||||||
return Rotation(q.reshape(r.shape[:-1]+(4,)) if shape is not None else q)._standardize()
|
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
|
fromEulers = from_Eulers
|
||||||
|
asAxisAngle = as_axis_angle
|
||||||
__mul__ = __matmul__
|
__mul__ = __matmul__
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
Loading…
Reference in New Issue