getMinBBox {flightplanning} | R Documentation |
Calculates the minimum oriented bounding box using the rotating claipers algorithm. Credits go to Daniel Wollschlaeger <https://github.com/ramnathv>
getMinBBox(xy)
xy |
A matrix of xy values from which to calculate the minimum oriented bounding box. |