예제 #1
0
 public Polygon3D(Size clientSize, Cube parent)
 {
     this.clientSize = clientSize;
     this.parent     = parent;
 }