diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-05-01 12:27:50 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-05-01 12:27:50 +0200 |
commit | 5c1c6665fba2cd76b75f05c7c9c621461b7518ef (patch) | |
tree | 4652e06e1353a483ac3eba757875a34a2055bcd1 /lib/naca/naca.mli.bkp |
Diffstat (limited to 'lib/naca/naca.mli.bkp')
-rw-r--r-- | lib/naca/naca.mli.bkp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/naca/naca.mli.bkp b/lib/naca/naca.mli.bkp new file mode 100644 index 0000000..7027549 --- /dev/null +++ b/lib/naca/naca.mli.bkp @@ -0,0 +1,6 @@ +(* -*- mode: tuareg; -*- *) + +(** Interface for NACA 4-digit airfoil generation *) + +val generate_coordinates : string -> float -> (float * float) list +(** Generates coordinates for a 4-digit NACA airfoil given its number and chord length. *) |