We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8665d25 commit 1f76b41Copy full SHA for 1f76b41
rocketpy/rocket/rocket.py
@@ -1342,7 +1342,7 @@ def add_free_form_fins(
1342
----------
1343
n : int
1344
Number of fins, from 2 to infinity.
1345
- shape_points : list
+ shape_points : list[tuple[float, float]]
1346
List of tuples (x, y) containing the coordinates of the fin's
1347
geometry defining points. The point (0, 0) is the root leading edge.
1348
Positive x is rearwards, positive y is upwards (span direction).
0 commit comments