Microsoft SDK for Java

inverseTransform

This method of the Direct3dRMViewport Class transforms the vector in the s parameter (measured in screen coordinates) to world coordinates and returns the result in the d parameter.

Syntax

public void inverseTransform(D3dVector d, D3dRMVector4d s);

Parameters

d A D3dVector object that receives the result of the operation.
s A D3dRMVector4d object that contains the source of the operation.

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