@flyskypie/goldberg-polyhedron
v1.1.0
Published
It's uded to create Goldberg polyhegron.
Downloads
20
Readme
Goldberg Polyhedron
This program is extracted from: https://github.com/VikingScientist/polygon-distance,
is used to created Goldberg Polyhedron.
Install
npm install @flyskypie/goldberg-polyhedron
Usage
import {GoldbergPolyhedron} from '@flyskypie/goldberg-polyhedron';
let goldbergPolyhedron = new GoldbergPolyhedron();
let jsonString = goldbergPolyhedron.createJsonString(2);
let polygons = goldbergPolyhedron.create(2);