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

VRageMath.QuaternionD.CreateFromYawPitchRoll

Morten Aune Lyrstad edited this page Oct 10, 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, out QuaternionD result)

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

Parameters

Clone this wiki locally