コード例 #1
0
 public static bool IsSegmentInsectLine2(Vector2 seg1, Vector2 seg2, Vector2 line1, Vector2 line2, ref GeoInsectPointInfo insect)
 {
     return(GeoLineUtils.IsLineInsectSegment2(line1, line2, seg1, seg2, ref insect));
 }