MatrixFixed Members
Represents a matrix for fixed-point math operations.
The following tables list the members exposed by the MatrixFixed type.
Public Constructors
Name | Description | |
---|---|---|
MatrixFixed | Initializes a new instance of the MatrixFixed structure based on an existing Matrix. |
Top
Public Fields
Name | Description | |
---|---|---|
M11 | Represents the element in the first row and the first column of the matrix. | |
M12 | Represents the element in the first row and the second column of the matrix. | |
M13 | Represents the element in the first row and the third column of the matrix. | |
M14 | Represents the element in the first row and the fourth column of the matrix. | |
M21 | Represents the element in the second row and the first column of the matrix. | |
M22 | Represents the element in the second row and the second column of the matrix. | |
M23 | Represents the element in the second row and the third column of the matrix. | |
M24 | Represents the element in the second row and the fourth column of the matrix. | |
M31 | Represents the element in the third row and the first column of the matrix. | |
M32 | Represents the element in the third row and the second column of the matrix. | |
M33 | Represents the element in the third row and the third column of the matrix. | |
M34 | Represents the element in the third row and the fourth column of the matrix. | |
M41 | Represents the element in the fourth row and the first column of the matrix. | |
M42 | Represents the element in the fourth row and the second column of the matrix. | |
M43 | Represents the element in the fourth row and the third column of the matrix. | |
M44 | Represents the element in the fourth row and the fourth column of the matrix. |
Top
Public Properties
Name | Description | |
---|---|---|
Identity | Represents the public static identity matrix. | |
Zero | Retrieves an empty matrix. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds two matrices. | |
Equals | Overloaded. (inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (inherited from ValueType) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
Multiply | Gets the product of two matrices. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
MatrixFixed Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace
Matrix