Click or drag to resize

Matrix4x4Addition Operator

Adds two matrices together.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix4x4 operator +(
	Matrix4x4 value1,
	Matrix4x4 value2
)

Parameters

value1
Type: Karamba.GeometryMatrix4x4
The first source matrix.
value2
Type: Karamba.GeometryMatrix4x4
The second source matrix.

Return Value

Type: Matrix4x4
The resulting matrix.
See Also