This method of the Direct3dDevice Class retrieves a matrix from a matrix handle. This matrix handle must have been created by using the createMatrix method.
public void getMatrix(int hdl, D3dMatrix mat);
hdl | Handle of the matrix to be retrieved. |
mat | The D3dMatrix object that receives the matrix. |
createMatrix, deleteMatrix, setMatrix