Пример #1
0
 public void Intersects(ref Ray ray, out Nullable <Numeric> result)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Nullable <Numeric> Intersects(Ray ray)
 {
     throw new NotImplementedException();
 }