Click or drag to resize

Matrix3x2CreateScale Method (Double)

Creates a scale matrix that scales uniformly with the given scale.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix3x2 CreateScale(
	double scale
)

Parameters

scale
Type: SystemDouble
The uniform scale to use.

Return Value

Type: Matrix3x2
A scaling matrix.
See Also