Matrix2D Constructor

CVB.Net Documentation
Overload List

  NameDescription
Public methodMatrix2D(Double)
Construct a 2x2 matrix that represents a scaling.
Public methodMatrix2D(Angle)
Construct a 2x2 matrix that represents a rotation.
Public methodMatrix2D(Double, Double)
Constructs a 2x2 matrix that represent a scaling with different scaling in x and y directions.
Public methodMatrix2D(Angle, Double)
Construct a 2x2 matrix that is a combination of a rotation and scale operation.
Public methodMatrix2D(Point2Dd, Point2Dd)
Construct a 2x2 matrix from two column vectors.
Public methodMatrix2D(Double, Double, Double, Double)
Construct a 2x2 matrix.
Top
See Also

Reference