Name | Description | |
---|---|---|
![]() | TransformMatrix Constructor | Overloaded. |
The following tables list the members exposed by TransformMatrix.
Name | Description | |
---|---|---|
![]() | TransformMatrix Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | _data | A two dimension T array used to save the data. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | _T | Saves the type of T. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
Name | Description | |
---|---|---|
![]() | Columns | Get the vectors from the column direction. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | Dx | Gets or sets the value of Dx. |
![]() | Dy | Gets or sets the value of Dy. |
![]() | Elements | Gets the elements of the matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | Height | Get the row number of the matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | IsIdentity | Gets a value indicating whether this Matrix object is the identity matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | Item | Gets or sets the value of element at special location. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | M11 | Gets or sets the value of M11. |
![]() | M12 | Gets or sets the value of M12. |
![]() | M21 | Gets or sets the value of M21. |
![]() | M22 | Gets or sets the value of M22. |
![]() | Rows | Get the vectors from the row direction.. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() ![]() | Unit | Gets the unit matrix. |
![]() | Value | Gets the value of the current matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | Width | Get the column number of the matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
Name | Description | |
---|---|---|
![]() | Add | Adds a speical C1.Framework.Mathematics.Matrix to this C1.Framework.Mathematics.Matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | BackslashReflect | Overloaded. Applies the backslash reflecting to this Matrix object. |
![]() | Clone | Create a new object that is a copy of this C1.Framework.Mathematics.Matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | Equals | Determines whether the specified System.Object is equal to the current System.Object. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | InverseTransform | Inverse transform a Coordinate object to a new Coordinate object. |
![]() | LeftMultiply | Left multiply a speical C1.Framework.Mathematics.Matrix to this C1.Framework.Mathematics.Matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | ReflectAt | Overloaded. Applies the reflecting by speical line to this Matrix object. |
![]() | RightMultiply | Right multiply a speical C1.Framework.Mathematics.Matrix to this C1.Framework.Mathematics.Matrix. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | Rotate | Overloaded. Applies a clockwise rotation of the specified angle about the origin to this Matrix object. |
![]() | RotateAt | Overloaded. Applies a clockwise rotation to this Matrix object around the point specified in the point parameter, and by prepending the rotation |
![]() | Scale | Overloaded. Applies the specified scale vector to this Matrix object by prepending the scale vector. |
![]() | ScaleAt | Overloaded. Applies the specified scale vector to this Matrix object by prepending the scale vector at speical point. |
![]() | Shear | Overloaded. Applies the specified shear vector to this Matrix object by prepending the shear transform. |
![]() | SlashReflect | Overloaded. Applies the slash reflecting to this Matrix object. |
![]() | ToString | Returns a string that represents the current object. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | Transform | Transform a Coordinate object to a new Coordinate object. |
![]() | Translate | Overloaded. Applies the specified translation vector (offsetX and offsetY) to this Matrix object by prepending the translation vector. |
![]() | Transpose | Defines the transpose operator for Matrix class. (Inherited from C1.Framework.Mathematics.Matrix<float>) |
![]() | XAxisReflect | Overloaded. Applies the x-axis reflecting to this Matrix object. |
![]() | YAxisReflect | Overloaded. Applies the y-axis reflecting to this Matrix object. |
![]() | Overloaded. Explicit convert a TransformMatrix object to a System.Drawing.Drawing2D.Matrix object. |