getMinBBox {flightplanning}R Documentation

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.


[Package flightplanning version 0.7.1 Index]