UnsafeNativeMethods.Matrix Class
|
Language: |
Note: This documentation is preliminary and is subject to change.
Describes and manipulates a matrix.
Note: For programming in Microsoft® Visual Basic® .NET or Microsoft® JScript® .NET, use the methods of the
Microsoft.DirectX.Matrix structure.
Definition
Visual Basic .NET |
NotInheritable Public Class Matrix Inherits Object |
C# |
public sealed class Matrix : Object |
Managed C++ |
public __gc __sealed class Matrix
: public Object |
JScript .NET |
public class Matrix extends Object |
Members Table
The following table lists the members exposed by the object. Click a tab on the left to choose the type of member you want to view.
Methods
Method |
Description |
AffineTransformation2D
|
Builds a 2-D affine transformation matrix in the xy plane. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
Invert
|
Calculates the inverse of a matrix. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
LookAtLH
|
Builds a left-handed look-at matrix. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
LookAtRH
|
Builds a right-handed look-at matrix. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
Multiply
|
Determines the product of two matrices. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
MultiplyTranspose
|
Calculates the transposed product of two matrices. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
RotationAxis
|
Builds a matrix that rotates around an arbitrary axis. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
RotationQuaternion
|
Builds a matrix from a quaternion. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
Scaling
|
Builds a matrix that scales along the x-axis, y-axis, and z-axis. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
Transformation
|
Builds a transformation matrix. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
Transformation2D
|
Builds a 2-D transformation matrix in the xy plane. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
Translation
|
Builds a matrix using specified offsets. Note: For programming in Visual Basic .NET or JScript .NET, use the equivalent method in the Microsoft.DirectX structures. |
Inheritance Hierarchy
Object 
UnsafeNativeMethods.Matrix
Class Information
Namespace |
Microsoft.DirectX |
Assembly |
Microsoft.DirectX (microsoft.directx.dll) |
Strong Name |
Microsoft.DirectX,
Version=1.0.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
See Also
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center