public static EucLine operator *(HypPoint P1, HypPoint P2)
 {
     return(HTransform.GetLineByTwoPoints(P1, P2));
 }