예제 #1
0
 public AffinePlan(AffineMatrixCommand cmd, double x)
 {
     this.x   = x;
     this.y   = 0;
     this.cmd = cmd;
 }
예제 #2
0
 public AffinePlan(AffineMatrixCommand cmd, double x)
 {
     this.x = x;
     this.y = 0;
     this.cmd = cmd;
 }