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