Exemple #1
0
 public static Point FromD3toScreenCoords(SharpDX.Vector3 objectGameLocation)
 {
     Enigma.D3.DataTypes.Vector3 vec = new Enigma.D3.DataTypes.Vector3()
     {
         X = objectGameLocation.X, Y = objectGameLocation.Y, Z = objectGameLocation.Z
     };
     return(FromD3toScreenCoords(vec));
 }
Exemple #2
0
 public static Point FromD3toScreenCoords(SharpDX.Vector3 objectGameLocation)
 {
     Enigma.D3.DataTypes.Vector3 vec = new Enigma.D3.DataTypes.Vector3() { X = objectGameLocation.X, Y = objectGameLocation.Y, Z = objectGameLocation.Z };
     return FromD3toScreenCoords(vec);
 }