FVector2Negate Method
Negate the values of the caller's coordinate.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static FVector2 Negate(
FVector2 vector
)
Public Shared Function Negate (
vector As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- vector FVector2
-
Reference to the vector to be negated.
FVector2
Reference to the caller's vector with negated values.