intersectionWith

fun intersectionWith(other: Section2<T>): <Error class: unknown class><T>?

Calculates intersection point of this section and given other section.

If the two sections are parallel to each other or do not intersect, null is returned instead.