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

Top

Public Fields

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

Top

Public Properties

  Name Description
Public property Static Supported by the .NET Compact Framework Identity Represents the public static identity matrix.
Public property Static Supported by the .NET Compact Framework Zero Retrieves an empty matrix.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Static Supported by the .NET Compact Framework Add Adds two matrices.
Public method Supported by the .NET Compact Framework Equals  Overloaded. (Inherited from ValueType.)
Public method Supported by the .NET Compact Framework GetHashCode  Returns the hash code for this instance. (Inherited from ValueType.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework Multiply Gets the product of two matrices.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Supported 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.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

MatrixFixed Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace
Matrix Structure

Other Resources

Mobile Direct3D Programming