public static HypPoint operator -(HypPoint P)
 {
     return(HTransform.GetInversionImage(P));
 }