Пример #1
0
 public bool Equals(BoundingBox3 other)
 {
     return(_min.Equals(other._min) && _max.Equals(other._max));
 }
Пример #2
0
 public bool Equals(BoundingBox3 other)
 {
     return(min.Equals(other.min) && max.Equals(other.max));
 }