public TgcPickingRay() { Ray = new TgcRay(); }
public TgcPickingRay(TgcD3dInput input) { Input = input; Ray = new TgcRay(); }