コード例 #1
0
 public static EucLine operator |(HypPoint P1, HypPoint P2)
 {
     return(HTransform.GetBisectorLine(P1, P2));
 }