Method | Description | |
---|---|---|
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
|
public static ToMatrix ( this ovrMatrix4f ) : System.Matrix | ||
ovrMatrix4f | this | ovrMatrix4f to convert to a SharpDX Matrix. |
return | System.Matrix |
public static ToQuaternion ( this ovrQuatf ) : Quaternion | ||
ovrQuatf | this | |
return | Quaternion |
public static ToVector3 ( this vector4 ) : System.Vector3 | ||
vector4 | this | Vector4 to convert to a Vector3. |
return | System.Vector3 |