pub fn convex_cut( ps: &[Vector], l: Line, eps: Eps, ) -> (Vec<Vector>, Vec<Vector>)
凸多角形psを直線lで切断して、その切断後の2つの多角形を返す
ps
l