Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Compares two objects for equality.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
Inverse ( ) : |
Returns the inverse matrix, if this matrix is invertible.
|
|
MatrixH ( ) : System |
Creates a new projective matrix.
|
|
MatrixH ( double matrix ) : System |
Creates a new projective matrix.
|
|
MatrixH ( float elements ) : System |
Creates a new projective matrix.
|
|
MatrixH ( float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32 ) : System |
Creates a new projective matrix.
|
|
MatrixH ( float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33 ) : System |
Creates a new projective matrix.
|
|
Multiply ( |
Multiplies this matrix, returning a new matrix as result.
|
|
Reset ( ) : void |
Resets this matrix to be the identity.
|
|
ToDoubleArray ( ) : ].double[ |
Double[,] conversion.
|
|
ToSingleArray ( ) : ].float[ |
Single[,] conversion.
|
|
TransformPoints ( ) : System.Drawing.PointF[] |
Transforms the given points using this transformation matrix.
|
|
TransformPoints ( ) : Accord.Imaging.PointH[] |
Transforms the given points using this transformation matrix.
|
|
Transpose ( ) : |
Gets the transpose of this transformation matrix.
|
|
operator ( ) : |
Matrix multiplication.
|
public MatrixH ( float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32 ) : System | ||
m11 | float | |
m12 | float | |
m13 | float | |
m21 | float | |
m22 | float | |
m23 | float | |
m31 | float | |
m32 | float | |
return | System |
public MatrixH ( float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33 ) : System | ||
m11 | float | |
m12 | float | |
m13 | float | |
m21 | float | |
m22 | float | |
m23 | float | |
m31 | float | |
m32 | float | |
m33 | float | |
return | System |
public TransformPoints ( ) : System.Drawing.PointF[] | ||
return | System.Drawing.PointF[] |
public TransformPoints ( ) : Accord.Imaging.PointH[] | ||
return | Accord.Imaging.PointH[] |