point_center_angle: Returns the angle between the center of the circle and a point in degrees
Description
Returns the angle between the center of the circle and a point in degrees
Usage
point_center_angle(point, circle)
Value
numeric angle in degrees
Arguments
- point
numeric vector of length 2 c(X,Y)
- circle
numeric vector of length 3 c(center_X, center_Y, radius)