Microsoft SDK for Java

getMatrix

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.

Syntax

public void getMatrix(int hdl, D3dMatrix mat);

Parameters

hdl Handle of the matrix to be retrieved.
mat The D3dMatrix object that receives the matrix.

See Also

createMatrix, deleteMatrix, setMatrix

© 1999 Microsoft Corporation. All rights reserved. Terms of use.