intersect_line_circle: line circle intersection (2D) calculates line intersections...

View source: R/geometry_functions.R

intersect_line_circleR Documentation

line circle intersection (2D) calculates line intersections with a circle with origin at start, only intersections with y > start_y are reported

Description

line circle intersection (2D) calculates line intersections with a circle with origin at start, only intersections with y > start_y are reported

Usage

intersect_line_circle(start, end, radius)

Arguments

start

location of the center of a circle and the start of a line

end

location of the end of a line intersecting a circle

radius

radius of the circle to consider

Value

coordinates


khufkens/junglerhythms documentation built on Jan. 4, 2024, 4:59 p.m.