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