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

Summary

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

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

Returns

Quaternion

Summary

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

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

Clone this wiki locally