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
Public methodSupported by the .NET Compact Framework MatrixFixed Initializes a new instance of the MatrixFixed structure based on an existing Matrix.

Top

Methods

  Name Description
Public methodStatic memberSupported by the .NET Compact Framework Add Adds two matrices.
Public methodSupported by the .NET Compact Framework Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected methodSupported by the .NET Compact Framework 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.)
Public methodSupported by the .NET Compact Framework GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact Framework Multiply Gets the product of two matrices.
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldSupported by the .NET Compact Framework M11 Represents the element in the first row and the first column of the matrix.
Public fieldSupported by the .NET Compact Framework M12 Represents the element in the first row and the second column of the matrix.
Public fieldSupported by the .NET Compact Framework M13 Represents the element in the first row and the third column of the matrix.
Public fieldSupported by the .NET Compact Framework M14 Represents the element in the first row and the fourth column of the matrix.
Public fieldSupported by the .NET Compact Framework M21 Represents the element in the second row and the first column of the matrix.
Public fieldSupported by the .NET Compact Framework M22 Represents the element in the second row and the second column of the matrix.
Public fieldSupported by the .NET Compact Framework M23 Represents the element in the second row and the third column of the matrix.
Public fieldSupported by the .NET Compact Framework M24 Represents the element in the second row and the fourth column of the matrix.
Public fieldSupported by the .NET Compact Framework M31 Represents the element in the third row and the first column of the matrix.
Public fieldSupported by the .NET Compact Framework M32 Represents the element in the third row and the second column of the matrix.
Public fieldSupported by the .NET Compact Framework M33 Represents the element in the third row and the third column of the matrix.
Public fieldSupported by the .NET Compact Framework M34 Represents the element in the third row and the fourth column of the matrix.
Public fieldSupported by the .NET Compact Framework M41 Represents the element in the fourth row and the first column of the matrix.
Public fieldSupported by the .NET Compact Framework M42 Represents the element in the fourth row and the second column of the matrix.
Public fieldSupported by the .NET Compact Framework M43 Represents the element in the fourth row and the third column of the matrix.
Public fieldSupported by the .NET Compact Framework M44 Represents the element in the fourth row and the fourth column of the matrix.

Top

Properties

  Name Description
Public propertyStatic memberSupported by the .NET Compact Framework Identity Represents the public static identity matrix.
Public propertyStatic memberSupported by the .NET Compact Framework Zero Retrieves an empty matrix.

Top

See Also

Reference

MatrixFixed Structure

Microsoft.WindowsMobile.DirectX.Direct3D Namespace