Exemple #1
0
 public bool Contains(SBSBounds other)
 {
     return(SBSVector3.LessAll(min, other.min) && SBSVector3.GreaterEqualAll(max, other.max));
 }