Intersection
line-line
line-line()
Checks for a line-line intersection between the given points and returns its position, otherwise none.
line-cubic
line-cubic()
Finds the intersections of a line and cubic bezier.
When true, intersections will be found for the whole line instead of inbetween the given points.
line-path
line-path()
Finds the intersections of a line and path in 2D. The path should be given as a drawable of type path.
path-path
path-path()
Finds the intersections between two path drawables in 2D.