Exemplo n.º 1
0
 public DoubleVector3(IntVector2 p, double z)
     : this(p.X, p.Y, z)
 {
 }
Exemplo n.º 2
0
 public IntVector3(IntVector2 p, int z)
     : this(p.X, p.Y, z)
 {
 }