Click or drag to resize

Matrix4InitRotationY Method

Initializes a rotation matrix around the y-axis.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static Matrix4 InitRotationY(
	float angle
)

Parameters

angle
Type: SystemSingle
The rotation angle.

Return Value

Type: Matrix4
The rotation matrix around the y-axis.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also