Exemplo n.º 1
0
 public OrthoCamera(OrthoCamera cpy)
     : base(cpy)
 {
     this.Width  = cpy.Width;
     this.Height = cpy.Height;
 }
Exemplo n.º 2
0
 public OrthoCamera(OrthoCamera cpy)
     : base(cpy)
 {
     this.Width = cpy.Width;
     this.Height = cpy.Height;
 }