예제 #1
0
 public Globe(int r, int x, int y, int z)
 {
     this.r = r / 2;
     this.I = new Point(Pixel.changeX3Dto2D(x, y, z), Pixel.changeY3Dto2D(x, y, z));
 }