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

VRageMath.Matrix.CreateFromYawPitchRoll

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix

csharp[Matrix](VRageMath.Matrix) CreateFromYawPitchRoll([float](System.Single) yaw, [float](System.Single) pitch, [float](System.Single) roll)##### Summary

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

csharpvoid CreateFromYawPitchRoll([float](System.Single) yaw, [float](System.Single) pitch, [float](System.Single) roll, ref [Matrix](VRageMath.Matrix) result)##### Summary

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

Clone this wiki locally