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.
public void inverseTransform(D3dVector d, D3dVector s);
d | A D3dVector object that receives the result of the transformation. |
s | The D3dVector object that is the source of the transformation. |