blob: 07377d881d53e55a421555ea0c4e47264f108e93 (
plain)
1
2
3
4
5
6
|
(* -*- mode: tuareg; -*- *)
(** Interface for NACA 5-digit airfoil generation *)
val generate_coordinates : int -> float -> (float * float) list
(** Generates coordinates for a 5-digit NACA airfoil given its number and chord length. *)
|