Skip to content

Commit

Permalink
DOC: improve shape point docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Sep 21, 2024
1 parent 502379e commit 49abe78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rocketpy/rocket/aero_surface/fins/free_form_fins.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def __init__(
geometry defining points. The point (0, 0) is the root leading edge.
Positive x is rearwards, positive y is upwards (span direction).
The shape will be interpolated between the points, in the order
they are given. The last point connects to the first point.
they are given. The last point connects to the first point, and
represents the trailing edge.
rocket_radius : int, float
Reference radius to calculate lift coefficient, in meters.
cant_angle : int, float, optional
Expand Down

0 comments on commit 49abe78

Please sign in to comment.