1.1.0 • Published 4 years ago

@flyskypie/goldberg-polyhedron v1.1.0

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
4 years ago

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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago