MatrixFixed Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a matrix for fixed-point math operations.
The MatrixFixed type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MatrixFixed | Initializes a new instance of the MatrixFixed structure based on an existing Matrix. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds two matrices. | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
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.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Multiply | Gets the product of two matrices. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
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
Properties
Name | Description | |
---|---|---|
Identity | Represents the public static identity matrix. | |
Zero | Retrieves an empty matrix. |
Top