This method of the Direct3dRMFrame Class retrieves the orientation of a frame relative to the given reference frame.
public void getOrientation(Direct3dRMFrame ref, D3dVector dir, D3dVector up);
ref | The Direct3dRMFrame object to be used as the reference. |
dir | The D3dVector objects that receive the directions of the frame's z-axis. |
up | The D3dVector objects that receive the directions of the frame's y-axis. |