Skip to content

Commit

Permalink
fixed: docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyi15 committed Aug 19, 2023
1 parent 6cf2636 commit e53541b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions tf_pwa/angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,17 @@ def angle_from(self, x, y):
"""
The angle from x-axis providing the x,y axis to define a 3-d coordinate.
x -> self
| /
| ang /
| /
| /
| /
| /
|/
-------- y
::
x -> self
| /
| ang /
| /
| /
| /
| /
|/
-------- y
:param x: A Vector3 instance as x-axis
:param y: A Vector3 instance as y-axis. It should be perpendicular to the x-axis.
Expand Down

0 comments on commit e53541b

Please sign in to comment.