Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Negates individual elements of a matrix.
Syntax
'Declaration
Public Shared Function op_UnaryNegation ( _
matrix1 As Matrix _
) As Matrix
public static Matrix op_UnaryNegation (
Matrix matrix1
)
public:
static Matrix op_UnaryNegation(
Matrix matrix1
)
Parameters
- matrix1
Type: Matrix
Source matrix.
Return Value
Type: Matrix
Negated matrix.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone