Click or drag to resize

Matrix4InitQuaternion Method

Initializes a matrix from a quaternion.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static Matrix4 InitQuaternion(
	Vector4 q
)

Parameters

q
Type: Lumiscaphe.Workshop.InteropVector4
The quaternion.

Return Value

Type: Matrix4
The matrix from the quaternion.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also