Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 518 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 518 Bytes

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