Summary

public static QuaternionD CreateFromYawPitchRoll(double yaw, double pitch, double roll)

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

Returns

QuaternionD

Parameters

Summary

public static void CreateFromYawPitchRoll(double yaw, double pitch, double roll, out QuaternionD result)

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

Parameters