Beispiel #1
0
 public bool Overlaps(RotationalBounds b)
 {
     return(Geometry3D.RectangularPrismOverlaps(center, extents, rotation, b.center, b.extents, b.rotation));
 }