Java:实现两条线段的交点算法 package com.williamfiset.algorithms.geometry; import static java.lang.Math.abs; import static java