Click or drag to resize

Matrix3x2CreateScale Method (Double, Double)

Creates a scale matrix from the given X and Y components.

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

Parameters

xScale
Type: SystemDouble
Value to scale by on the X-axis.
yScale
Type: SystemDouble
Value to scale by on the Y-axis.

Return Value

Type: Matrix3x2
A scaling matrix.
See Also