VRageMath.Matrix.CreateFromYawPitchRoll - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexMatrix

Summary

public static Matrix CreateFromYawPitchRoll(float yaw, float pitch, float roll)

Creates a new rotation matrix from a specified yaw, pitch, and roll.

Returns

Matrix

Parameters

Summary

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.

Parameters

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