Matrix2D Constructor (Angle, Double)

CVB.Net Documentation
Construct a 2x2 matrix that is a combination of a rotation and scale operation.

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

public Matrix2D(
	Angle rotation,
	double scale
)

Parameters

rotation
Type: Stemmer.CvbAngle
Rotation angle to create the matrix for
scale
Type: SystemDouble
Scale factor to create the matrix for
See Also

Reference