Skip to content

A standalone simple geometry javascript framework for points, lines and polygons.

Notifications You must be signed in to change notification settings

p0wdrdotcom/geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geometry

A standalone simple geometry javascript framework for points, lines and polygons.

simple example

const geometry = require('geometry');

let aPoint = new geometry.Point2D(34, 56);
let bPoint = new geometry.Point2D(45, 62);

let distance = aPoint.distance(bPoint);

run tests

npm test

About

A standalone simple geometry javascript framework for points, lines and polygons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published