Learn R Programming

flightplanning (version 0.8.4)

getMinBBox: Rotating calipers algorithm

Description

Calculates the minimum oriented bounding box using the rotating claipers algorithm. Credits go to Daniel Wollschlaeger <https://github.com/ramnathv>

Usage

getMinBBox(xy)

Arguments

xy

A matrix of xy values from which to calculate the minimum oriented bounding box.