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

VRageMath.Matrix3x3.CreateFromYawPitchRoll

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix3x3

csharp[Matrix3x3](VRageMath.Matrix3x3) 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 [Matrix3x3](VRageMath.Matrix3x3) result)##### Summary

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

Clone this wiki locally