Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Quaternion.CreateFromYawPitchRoll

Malware edited this page Dec 25, 2018 · 18 revisions

IndexQuaternion

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

Creates a new Quaternion from specified yaw, pitch, and roll angles.

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

Creates a new Quaternion from specified yaw, pitch, and roll angles.

Clone this wiki locally