- vector, flips the sign off all vector components

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static Vector4D operator -(
	Vector4D v
)

Parameters

v
Type: VVVV.Utils.VMath..::..Vector4D

[Missing <param name="v"/> documentation for "M:VVVV.Utils.VMath.Vector4D.op_UnaryNegation(VVVV.Utils.VMath.Vector4D)"]

Return Value

New vector with all components of v negatived

See Also