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

VRageMath.MatrixD.CreateFromYawPitchRoll

Malware edited this page Dec 24, 2018 · 18 revisions

IndexMatrixD

MatrixD CreateFromYawPitchRoll(double yaw, double pitch, double roll)

Summary

Creates a new rotation matrix from a specified yaw, pitch, and roll.

void CreateFromYawPitchRoll(double yaw, double pitch, double roll, ref MatrixD result)

Summary

Fills in a rotation matrix from a specified yaw, pitch, and roll.

Clone this wiki locally