Microsoft SDK for Java

inverseTransform

This method of the Direct3dRMFrame Class transforms the vector in the s parameter in world coordinates to model coordinates, and returns the result in the d parameter.

Syntax

public void inverseTransform(D3dVector d, D3dVector s);

Parameters

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

See Also

transform

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