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

IndexQuaternionD

Summary

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

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

Returns

Example

Remarks

Summary

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

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

Returns

Example

Remarks

Clone this wiki locally