[skip ci] stray en-dash
This commit is contained in:
parent
b337575963
commit
eae4a7f29c
|
@ -575,12 +575,12 @@ class Rotation:
|
||||||
def as_Rodrigues_vector(self,
|
def as_Rodrigues_vector(self,
|
||||||
compact = False):
|
compact = False):
|
||||||
"""
|
"""
|
||||||
Represent as Rodrigues–Frank vector with separated axis and angle argument.
|
Represent as Rodrigues–Frank vector with separate axis and angle argument.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
compact : bool, optional
|
compact : bool, optional
|
||||||
Return three-component Rodrigues-Frank vector,
|
Return three-component Rodrigues–Frank vector,
|
||||||
i.e. axis and angle argument are not separated.
|
i.e. axis and angle argument are not separated.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
|
|
Loading…
Reference in New Issue