![]() |
![]() |
![]() |
Matrix.op_Addition Method |
Language: |
Adds two instances of the Matrix structure.
Visual Basic .NET Public Shared Function op_Addition( _
ByVal left As Matrix, _
ByVal right As Matrix _
) As MatrixC# public static Matrix op_Addition(
Matrix left,
Matrix right
);Managed C++ public: static Matrix op_Addition(
Matrix left,
Matrix right
);JScript .NET public static function op_Addition(
left : Matrix,
right : Matrix
) : Matrix;
left Microsoft.DirectX.Matrix. The Matrix structure to the left of the addition operator. right Microsoft.DirectX.Matrix. The Matrix structure to the right of the addition operator.
Microsoft.DirectX.Matrix . Resulting Matrix structure.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center