Microsoft DirectX 9.0 SDK Update (October 2004)

Quaternion.RotateYawPitchRoll Method

Language:

Note: This documentation is preliminary and is subject to change.

Builds a quaternion with the given yaw, pitch, and roll.

Definition

Visual Basic .NET Public Sub RotateYawPitchRoll( _
    ByVal yaw As Single, _
    ByVal pitch As Single, _
    ByVal roll As Single _
)
C# public void RotateYawPitchRoll(
    float yaw,
    float pitch,
    float roll
);
Managed C++ public: void RotateYawPitchRoll(
    float yaw,
    float pitch,
    float roll
);
JScript .NET public function RotateYawPitchRoll(
    yaw : float,
    pitch : float,
    roll : float
);

Parameters

yaw System.Single. Yaw around the y-axis, in radians.
pitch System.Single. Pitch around the x-axis, in radians.
roll System.Single. Roll around the z-axis, in radians.

See Also


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center