Matrix2D Constructor (Double)

CVB.Net Documentation
Construct a 2x2 matrix that represents a scaling.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Matrix2D(
	double scale
)

Parameters

scale
Type: SystemDouble
Scale factor to create the matrix for.
See Also

Reference