C# Class BolterLibrary.NativeDx

Inheritance: GameInput
Show file Open project: usagiuke/BolterV2

Protected Methods

Method Description
GetNewVector ( float heading ) : D3DXVECTOR2

Private Methods

Method Description
D3DXMatrixMultiply ( D3DXMATRIX &pOut, D3DXMATRIX &pM1, D3DXMATRIX &pM2 ) : IntPtr
D3DXMatrixRotationY ( D3DXMATRIX &pOut, System.Single Angle ) : IntPtr
D3DXMatrixTranslation ( D3DXMATRIX &pOut, System.Single x, System.Single y, System.Single z ) : IntPtr

Method Details

GetNewVector() protected static method

protected static GetNewVector ( float heading ) : D3DXVECTOR2
heading float
return D3DXVECTOR2