Summary

public static Quaternion CreateFromYawPitchRoll(float yaw, float pitch, float roll)

Creates a new Quaternion from specified yaw, pitch, and roll angles.

Returns

Quaternion

Parameters

Summary

public static void CreateFromYawPitchRoll(float yaw, float pitch, float roll, out Quaternion result)

Creates a new Quaternion from specified yaw, pitch, and roll angles.

Parameters