Negate(Vector) Method
Negates the vector
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Vector Negate(
Vector vector
)
Public Shared Function Negate (
vector As Vector
) As Vector
static member Negate :
vector : Vector -> Vector
Parameters
- Vector
- The vector to negate.
Return Value
Vector
The scaled vector.