UNPKG

is-clockwise

Version:

test if 2D convex polygon is clockwise

42 lines (41 loc) 834 B
{ "name": "is-clockwise", "version": "2.0.2", "description": "test if 2D convex polygon is clockwise", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": {}, "devDependencies": { "tape": "^3.0.1" }, "scripts": { "test": "node test.js" }, "keywords": [ "clockwise", "polygon", "direction", "orientation", "cw", "ccw", "counter", "counter-clockwise", "clock", "wise", "triangle", "shape" ], "repository": { "type": "git", "url": "git://github.com/mattdesl/is-clockwise.git" }, "homepage": "https://github.com/mattdesl/is-clockwise", "bugs": { "url": "https://github.com/mattdesl/is-clockwise/issues" } }