Microsoft SDK for Java

getRotation

This method of the Direct3dRMFrame Class retrieves the rotation of the frame, relative to the given reference frame.

Syntax

public void getRotation(Direct3dRMFrame ref, D3dVector axis, float[] theta);

Parameters

ref The Direct3dRMFrame object to be used as the reference.
axis The D3dVector object that receives the frame's axis of rotation.
theta The array variable that receives the frame's rotation, in radians.

See Also

setRotation

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