0.2.0 • Published 4 years ago

@slydock/poly-js v0.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Poly-JS

Poly-JS is a library for manipulating 2D polygons and vertices

Features

  1. 2D vertices operations
  2. 2D lines operations
  3. 2D polygons operations
  4. 2D rect operations
  5. 2D circle operations

Installation

npm i @slydock/poly-js

Basic Usage

For any component need, you'll need to import the plugin

const {
	Vector2,
	Line,
	Polygon,
	Rect,
	Circle
} = require('@slydock/poly-js');

Documentation

https://slydoch.github.io/poly-js/

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.0

4 years ago