C# 클래스 Fusion.Drivers.Graphics.Display.OculusFusionHelpers

파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 메소드들

메소드 설명
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