Beispiel #1
0
 public Rectangle3D(Vector3D min, Vector3D max, PlaneD plane)
 {
     this.min = min;
     this.max = max;
     this.plane = plane;
 }
Beispiel #2
0
 public Rectangle3D(Vector3D min, Vector3D max, PlaneD plane)
 {
     this.min   = min;
     this.max   = max;
     this.plane = plane;
 }