Thank you Anthony.
I'll need to study on the extra points, and arcs, and more on the "aerodynamics" and terminology.
The simple factory creates curves through existing surface points, (if they exist via the NACA,) so extra coding would be needed to deal with the arcs, and the extra points.
I'll add in the 1000 meter to millimeter scaling.
My missing 27th point, is actually a missing 1st element. The problem was due to the zero indexing in Javascript,
and the crash was due to trying to acces the 28th element in an array with 27 entries(I think).
So indexing M3 from 0 to <27, ++, should fix this. (I think).
:-)
|