Click or drag to resize

Vector3Negate Method

Negates a given vector.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public static Vector3 Negate(
	Vector3 value
)

Parameters

value
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The source vector.

Return Value

Type: Vector3
The negated vector.
See Also