Example #1
0
 public virtual ECPoint Map(ECPoint p)
 {
     return(p.ScaleXNegateY(scale));
 }