New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

naca

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naca

generate a [symmetric naca airfoil](http://www.boat-links.com/foils.html) of interest to boat or aircraft designers.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

naca

generate a symmetric naca airfoil of interest to boat or aircraft designers.

example output: the NACA0015 foil. output.png

example

output a table of x, y

var naca = require('naca')
var t = 0.15 //ratio of thickest part to centerline.
for(var i = 0; i <= 100;i ++)
  console.log(i/100, naca(t, i/100))

License

MIT

FAQs

Package last updated on 20 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts