@flyskypie/goldberg-polyhedron
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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);

/@flyskypie/goldberg-polyhedron/

    Package Sidebar

    Install

    npm i @flyskypie/goldberg-polyhedron

    Weekly Downloads

    1

    Version

    1.1.0

    License

    GPL-2.0

    Unpacked Size

    45 kB

    Total Files

    17

    Last publish

    Collaborators

    • flyskypie