Click or drag to resize

Matrix4 Constructor

Initializes a new instance of the Matrix4 structure.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public Matrix4(
	float m00,
	float m10,
	float m20,
	float m30,
	float m01,
	float m11,
	float m21,
	float m31,
	float m02,
	float m12,
	float m22,
	float m32,
	float m03,
	float m13,
	float m23,
	float m33
)

Parameters

m00
Type: SystemSingle
The value of the [0, 0] element.
m10
Type: SystemSingle
The value of the [1, 0] element.
m20
Type: SystemSingle
The value of the [2, 0] element.
m30
Type: SystemSingle
The value of the [3, 0] element.
m01
Type: SystemSingle
The value of the [0, 1] element.
m11
Type: SystemSingle
The value of the [1, 1] element.
m21
Type: SystemSingle
The value of the [2, 1] element.
m31
Type: SystemSingle
The value of the [3, 1] element.
m02
Type: SystemSingle
The value of the [0, 2] element.
m12
Type: SystemSingle
The value of the [1, 2] element.
m22
Type: SystemSingle
The value of the [2, 2] element.
m32
Type: SystemSingle
The value of the [3, 2] element.
m03
Type: SystemSingle
The value of the [0, 3] element.
m13
Type: SystemSingle
The value of the [1, 3] element.
m23
Type: SystemSingle
The value of the [2, 3] element.
m33
Type: SystemSingle
The value of the [3, 3] element.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also