Click or drag to resize

Matrix4Addition Operator

Add operator between two matrices.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static Matrix4 operator +(
	Matrix4 m1,
	Matrix4 m2
)

Parameters

m1
Type: Lumiscaphe.Workshop.InteropMatrix4
The matrix m1.
m2
Type: Lumiscaphe.Workshop.InteropMatrix4
The matrix m2.

Return Value

Type: Matrix4
The addition of the two matrices.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also