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