Function getSegmentIntersection

auto getSegmentIntersection(T) (
  in Vector!(T,2)[2] segA,
  in Vector!(T,2)[2] segB
);