Transforms Members
Allows applications to specify and obtain matrix transformations, for example, the world, view, and transformation matrices used for Direct3D object rendering.
The following tables list the members exposed by the Transforms type.
Public Properties
Name | Description | |
---|---|---|
Projection | Gets or sets the projection transformation. | |
ProjectionFixed | Gets or sets the projection transformation for fixed-point math operations. | |
Texture0 | Retrieves or sets the Texture0 transformation. | |
Texture0Fixed | Gets or sets the Texture0Fixed transformation for fixed-point math operations. | |
Texture1 | Retrieves or sets the Texture1 transformation. | |
Texture1Fixed | Gets or sets the Texture1Fixed transformation for fixed-point math operations. | |
Texture2 | Retrieves or sets the Texture2 transformation. | |
Texture2Fixed | Gets or sets the Texture2Fixed transformation for fixed-point math operations. | |
Texture3 | Retrieves or sets the Texture3 transformation. | |
Texture3Fixed | Gets or sets the Texture3Fixed transformation for fixed-point math operations. | |
View | Gets or sets the view transformation matrix. | |
ViewFixed | Gets or sets the view transformation matrix for fixed-point math operations, | |
World | Gets or sets the first world matrix. | |
WorldFixed | Gets or sets the first world matrix for fixed-point math operations. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
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
Transforms Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace