예제 #1
0
 public void ComputeBoundingBox()
 {
     BoundingBox = Box3.FromPoints(vertices);
 }