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 24, 2018 · 18 revisions

IndexQuaternion

Quaternion CreateFromYawPitchRoll(float yaw, float pitch, float roll)

Summary

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

void CreateFromYawPitchRoll(float yaw, float pitch, float roll, ref Quaternion result)

Summary

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

Clone this wiki locally