spb25-disk

1.0.0 • Public • Published

Disk

Points generator on disk-shaped target

Example

const Disk = require('spb25-disk');
 
let base = [10, 25],
    radius = 5;
 
let disk = new Disk(base, radius);
 
await disk.derive(); // [12.25, 24.44]

Install

npm install spb25-disk

License

MIT License

Package Sidebar

Install

npm i spb25-disk

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • cheoshn