FVector3Negate Method

Return a copy of the caller's vector where the values have been negated.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FVector3 Negate(
	FVector3 vector
)

Parameters

vector  FVector3
Reference to the vector to negate.

Return Value

FVector3
A copy of the caller's vector where the values have been negated.

See Also