Click or drag to resize

Matrix4InitEulerOrientation Method

Initializes a rotation matrix from Euler angles.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static Matrix4 InitEulerOrientation(
	Vector3 orientation
)

Parameters

orientation
Type: Lumiscaphe.Workshop.InteropVector3
The Euler angles.

Return Value

Type: Matrix4
The rotation matrix from Euler angles.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also