VRageMath.Quaternion.CreateFromYawPitchRoll - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexQuaternion

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

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