Beispiel #1
0
 public bool ToBounds(ref T x, ref T y)
 {
     return(xBounds.ToBounds(ref x) || yBoudns.ToBounds(ref y));
 }
Beispiel #2
0
 public bool ToBounds(ref T x, ref T y, ref T z)
 {
     return(xBounds.ToBounds(ref x) || yBoudns.ToBounds(ref y) || zBounds.ToBounds(ref z));
 }