Microsoft SDK for Java

vectorAdd

This method of the Direct3dRM Class calculates the sum of two vectors.

Syntax

public void vectorAdd(D3dVector lpd, D3dVector lps1, D3dVector lps2);

Parameters

lpd A D3dVector object that receives the sum of lps1 and lps2.
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.