C# Class BolterLibrary.D3DXVECTOR2

Show file Open project: usagiuke/BolterV2 Class Usage Examples

Public Methods

Method Description
D3DXVECTOR2 ( ) : System
D3DXVECTOR2 ( float x, float y ) : System

Method Details

D3DXVECTOR2() public method

public D3DXVECTOR2 ( ) : System
return System

D3DXVECTOR2() public method

public D3DXVECTOR2 ( float x, float y ) : System
x float
y float
return System