示例#1
0
 /// <summary>
 /// Computes the bounding volume surrounding the specified two shapes
 /// </summary>
 public static BoundingBox CalculateBoundingVolume(BoundingBox left, BoundingBox right)
 {
     throw new NotImplementedException();
 }