VRageMath.QuaternionD.CreateFromYawPitchRoll - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← QuaternionD
public static QuaternionD CreateFromYawPitchRoll(double yaw, double pitch, double roll)
Creates a new QuaternionD from specified yaw, pitch, and roll angles.
public static void CreateFromYawPitchRoll(double yaw, double pitch, double roll, out QuaternionD result)
Creates a new QuaternionD from specified yaw, pitch, and roll angles.
- double yaw
- double pitch
- double roll
- QuaternionD result