adjustAcuteAngles {flightplanning}R Documentation

Given a xy matrix of points, adjust the points to avoid acute angles < 80 degrees

Description

Given a xy matrix of points, adjust the points to avoid acute angles < 80 degrees

Usage

adjustAcuteAngles(xy, angle, minAngle = 80)

Arguments

xy

xy dataframe

angle

angle of the flight lines

minAngle

the minimum angle to below which will be projected


[Package flightplanning version 0.8.4 Index]