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