Exemplo n.º 1
0
 public virtual ECPoint Map(ECPoint p)
 {
     return(p.ScaleYNegateX(scale));
 }