public virtual ECPoint Map(ECPoint p)
 {
     return(p.ScaleYNegateX(scale));
 }