BolterLibrary.D3DXVECTOR2.D3DXVECTOR2 C# (CSharp) Method

D3DXVECTOR2() public method

public D3DXVECTOR2 ( float x, float y ) : System
x float
y float
return System
        public D3DXVECTOR2(float x, float y)
        {
            this.x = x;
            this.y = y;
        }

Same methods

D3DXVECTOR2::D3DXVECTOR2 ( ) : System
D3DXVECTOR2