VectorNegate(Vector) Method
Negates the vector
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Vector Negate(
Vector vector
)
Public Shared Function Negate (
vector As Vector
) As Vector
static member Negate :
vector : Vector -> Vector
- vector Vector
- The vector to negate.
VectorThe scaled vector.