Microsoft SDK for Java

vectorDotProduct

This method of the Direct3dRM Class calculates the dot-product of two vectors.

Syntax

public float vectorDotProduct(D3dVector lps1, D3dVector lps2);

Return Value

Returns the result of the operation.

Parameters

lps1 A D3dVector object that contains a vector.
lps2 A D3dVector object that contains a vector.

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