Microsoft SDK for Java

createMatrix

This method of the Direct3dDevice Class creates a matrix.

Syntax

public int createMatrix();

Return Value

Returns a handle to the matrix that is created. The call will fail if a buffer of at least the size of the matrix cannot be created.

See Also

deleteMatrix, setMatrix

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