Ejemplo n.º 1
0
 public Heightmap16(Heightmap16 copy)
 {
     _borderValue = 0;
     CopyFrom(copy);
 }