예제 #1
0
 public BoundingBox(BoundingBoxI bbd)
 {
     this.Min = bbd.Min;
     this.Max = bbd.Max;
 }
예제 #2
0
 public BoundingBox(BoundingBoxI bbd)
 {
     this.Min = (Vector3)bbd.Min;
     this.Max = (Vector3)bbd.Max;
 }