CreateFromYawPitchRoll
Summary
public static Quaternion CreateFromYawPitchRoll(float yaw, float pitch, float roll)
Creates a new Quaternion from specified yaw, pitch, and roll angles.
Returns
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
- float yaw
- float pitch
- float roll
- Quaternion result