C# Класс Fusion.Drivers.Graphics.Display.OculusFusionHelpers

Показать файл Открыть проект

Открытые методы

Метод Описание
ToMatrix ( this ovrMatrix4f ) : System.Matrix

Convert an ovrMatrix4f to a SharpDX Matrix.

ToQuaternion ( this ovrQuatf ) : Quaternion

Converts an ovrQuatf to a SharpDX Quaternion.

ToVector3 ( this vector4 ) : System.Vector3

Convert a Vector4 to a Vector3

Описание методов

ToMatrix() публичный статический Метод

Convert an ovrMatrix4f to a SharpDX Matrix.
public static ToMatrix ( this ovrMatrix4f ) : System.Matrix
ovrMatrix4f this ovrMatrix4f to convert to a SharpDX Matrix.
Результат System.Matrix

ToQuaternion() публичный статический Метод

Converts an ovrQuatf to a SharpDX Quaternion.
public static ToQuaternion ( this ovrQuatf ) : Quaternion
ovrQuatf this
Результат Quaternion

ToVector3() публичный статический Метод

Convert a Vector4 to a Vector3
public static ToVector3 ( this vector4 ) : System.Vector3
vector4 this Vector4 to convert to a Vector3.
Результат System.Vector3