Click or drag to resize

Matrix3x2Add Method

Adds each matrix element in value1 with its corresponding element in value2.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix3x2 Add(
	Matrix3x2 value1,
	Matrix3x2 value2
)

Parameters

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

Return Value

Type: Matrix3x2
The matrix containing the summed values.
See Also