for the transition period
This commit is contained in:
parent
6bedd84759
commit
9a1e8e3c38
|
@ -1440,3 +1440,9 @@ class Rotation:
|
||||||
np.where(np.maximum(np.abs(xyz[...,1]),np.abs(xyz[...,2])) <= np.abs(xyz[...,0]),1,2))
|
np.where(np.maximum(np.abs(xyz[...,1]),np.abs(xyz[...,2])) <= np.abs(xyz[...,0]),1,2))
|
||||||
|
|
||||||
return order[direction][p]
|
return order[direction][p]
|
||||||
|
|
||||||
|
|
||||||
|
# for compatibility with deprecated tests
|
||||||
|
Rotation.from_Eulers = Rotation.from_Euler_angles
|
||||||
|
Rotation.as_Eulers = Rotation.as_Euler_angles
|
||||||
|
Rotation.from_Rodrigues = Rotation.from_Rodrigues_vector
|
||||||
|
|
Loading…
Reference in New Issue