Microsoft DirectX 9.0 SDK Update (October 2004)

Matrix.op_Subtraction Method

Language:

Note: This documentation is preliminary and is subject to change.

Subtracts two instances of the Matrix structure.

Definition

Visual Basic .NET Public Shared Function op_Subtraction( _
    ByVal left As Matrix, _
    ByVal right As Matrix _
) As Matrix
C# public static Matrix op_Subtraction(
    Matrix left,
    Matrix right
);
Managed C++ public: static Matrix op_Subtraction(
    Matrix left,
    Matrix right
);
JScript .NET public static function op_Subtraction(
    left : Matrix,
    right : Matrix
) : Matrix;

Parameters

left Microsoft.DirectX.Matrix. The Matrix structure to the left of the subtraction operator.
right Microsoft.DirectX.Matrix. The Matrix structure to the right of the subtraction operator.

Return Value

Microsoft.DirectX.Matrix . Resulting Matrix structure.


© 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