public static HypPoint operator *(EucLine L1, EucLine L2)
 {
     return(HTransform.GetCrossingPointOfTwoLines(L1, L2));
 }