Skip to content

sztanko/maximum_width_rectangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maximum Width Rectangle (Bounding Box)

A js library to solve the "Maximum Width Rectangle" problem. Basically how to draw around a bunch of points a bounding box which the rectange has the possible maximum width.

image Image courtesy of the ArcGIS documentation

npm install

# build from coffee script the lib/maximum_length_rectangle.js
gulp js

About

This is basically a js library that solves this problem: http://gis.stackexchange.com/questions/126380/library-for-minimum-bounding-box-by-width-in-javascript-or-python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published