Exemplo n.º 1
0
 public TgcPickingRay()
 {
     Ray = new TgcRay();
 }
Exemplo n.º 2
0
 public TgcPickingRay(TgcD3dInput input)
 {
     Input = input;
     Ray   = new TgcRay();
 }