Click or drag to resize

Matrix3x2Multiply Method (Matrix3x2, Matrix3x2)

Multiplies two matrices together and returns the resulting matrix.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix3x2 Multiply(
	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 product matrix.
See Also