Click or drag to resize

Matrix3x2Multiply Method (Matrix3x2, Double)

Scales all elements in a matrix by the given scalar factor.

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

Parameters

value1
Type: Karamba.GeometryMatrix3x2
The source matrix.
value2
Type: SystemDouble
The scaling value to use.

Return Value

Type: Matrix3x2
The resulting matrix.
See Also