Exemplo n.º 1
0
 public void Intersects(ref Ray ray, out Nullable <Numeric> result)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public Nullable <Numeric> Intersects(Ray ray)
 {
     throw new NotImplementedException();
 }