diff options
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. *) |