Microsoft SDK for Java

matrixMultiply

This method of the Direct3dExecuteBuffer Class multiplies two matrices.

Syntax

public native int matrixMultiply(int hsrc1, int hsrc2, int hdest, int bufferindex);

Return Value

Returns the number of 32-bit values added.

Parameters

hsrc1 The handle of one of the matrices to multiply.
hsrc2 The handle of one of the matrices to multiply.
hdest The handle of a destination matrix to copy the result of the multiplication to.
bufferindex The position in the execute buffer to place the instruction.

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