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

VRageMath.QuaternionD.CreateFromYawPitchRoll

Malware edited this page May 4, 2019 · 18 revisions

IndexNamespace IndexQuaternionD

Summary

public static QuaternionD CreateFromYawPitchRoll(double yaw, double pitch, double roll)

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

Returns

QuaternionD

Parameters

Summary

public static void CreateFromYawPitchRoll(double yaw, double pitch, double roll, ref QuaternionD result)

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

Parameters

Clone this wiki locally