Function getLineIntersection
auto getLineIntersection(T)
(
in Vector!(T,2)[2] lineA,
in Vector!(T,2)[2] lineB
)
if (isFloatingPoint!T);
auto getLineIntersection(T)
(
in Vector!(T,2)[2] lineA,
in Vector!(T,2)[2] lineB
)
if (isFloatingPoint!T);