示例#1
0
 public bool Intersect(SBSBounds other)
 {
     return(!(SBSVector3.LessAny(max, other.min) || SBSVector3.GreaterAny(min, other.max)));
 }