pub fn intersect_segments( a: Line, b: Line, eps: Eps, ) -> (IntersectSegments, Option<Vector>)
2つの線分の位置関係と交点を求める