FQuaternionFromPitchRollYaw Method
Return the reference to a quaternion that has been created from
pitch, roll, and yaw navigational values.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion FromPitchRollYaw(
float pitch,
float roll,
float yaw
)
Public Shared Function FromPitchRollYaw (
pitch As Single,
roll As Single,
yaw As Single
) As FQuaternion
No code example is currently available or this language may not be supported.
- pitch Single
-
The angle of pitch, in radians.
- roll Single
-
The angle of roll, in radians.
- yaw Single
-
The angle of yaw, in radians.
FQuaternion
Reference to a newly created quaternion representing the supplied
pitch, roll, and yaw values (XYZ ordering).