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