Exemplo n.º 1
0
 public SeparableSampler(Sampler1D <T> sampler)
 {
     this.sampler = sampler;
 }