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

IndexMatrixD

Summary

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

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

Returns

MatrixD

Parameters

Summary

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

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

Parameters

Clone this wiki locally