Exemplo n.º 1
0
 public AffinePlan(AffineMatrixCommand cmd, double x)
 {
     this.x   = x;
     this.y   = 0;
     this.cmd = cmd;
 }
Exemplo n.º 2
0
 public AffinePlan(AffineMatrixCommand cmd, double x)
 {
     this.x = x;
     this.y = 0;
     this.cmd = cmd;
 }