Microsoft SDK for Java

transform

This method of the Direct3dRMFrame Class transforms the vector in the s parameter, which is in model coordinates, into world coordinates. The result is returned in the d parameter.

Syntax

public void transform(D3dVector d, D3dVector s);

Parameters

d A D3dVector object that receives the result of the transformation operation.
s The D3dVector object that is the source of the transformation operation.

See Also

inverseTransform

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