VRageMath.QuaternionD.CreateFromYawPitchRoll - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexQuaternionD

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

⚠️ **GitHub.com Fallback** ⚠️