Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MatrixD.CreateFromYawPitchRoll

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrixD

csharp[MatrixD](VRageMath.MatrixD) CreateFromYawPitchRoll([double](System.Double) yaw, [double](System.Double) pitch, [double](System.Double) roll)##### Summary

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

csharpvoid CreateFromYawPitchRoll([double](System.Double) yaw, [double](System.Double) pitch, [double](System.Double) roll, ref [MatrixD](VRageMath.MatrixD) result)##### Summary

Fills in a rotation matrix from a specified yaw, pitch, and roll.

Clone this wiki locally