[skip ci] remove auto-inserted closing parentheses
This commit is contained in:
parent
eae4a7f29c
commit
4b163b9980
|
@ -695,8 +695,8 @@ class Rotation:
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
phi : numpy.ndarray of shape (...,3)
|
phi : numpy.ndarray of shape (...,3)
|
||||||
Bunge–Euler angles ()φ_1 ∈ [0,2π], ϕ ∈ [0,π], φ_2 ∈ [0,2π])
|
Bunge–Euler angles (φ_1 ∈ [0,2π], ϕ ∈ [0,π], φ_2 ∈ [0,2π])
|
||||||
or ()φ_1 ∈ [0,360], ϕ ∈ [0,180], φ_2 ∈ [0,360]) if degrees == True.
|
or (φ_1 ∈ [0,360], ϕ ∈ [0,180], φ_2 ∈ [0,360]) if degrees == True.
|
||||||
degrees : boolean, optional
|
degrees : boolean, optional
|
||||||
Bunge–Euler angles are given in degrees. Defaults to False.
|
Bunge–Euler angles are given in degrees. Defaults to False.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue