예제 #1
0
 public OrientedBox(OrientedBox other)
 {
     orientation = other.orientation;
     center      = other.center;
     dimensions  = other.dimensions;
 }
 public OrientedBox(OrientedBox other)
 {
     orientation = other.orientation;
     center = other.center;
     dimensions = other.dimensions;
 }