Matrix |
public class Matrix3x2Class : IEquatable<Matrix3x2Class>, IEquatable<Matrix3x2>, IImmutable
The Matrix3x2Class type exposes the following members.
| Name | Description | |
|---|---|---|
| Matrix3x2Class | Initializes a new instance of the Matrix3x2Class class with the identity transformation. | |
| Matrix3x2Class(Matrix3x2) | Initializes a new instance of the Matrix3x2Class class. | |
| Matrix3x2Class(Double, Double, Double, Double, Double, Double) | Initializes a new instance of the Matrix3x2Class class. |
| Name | Description | |
|---|---|---|
| Equals(Matrix3x2) | ||
| Equals(Matrix3x2Class) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |