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