~ vector, normalizes a vector

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

Syntax

C#
public static Vector2D operator ~(
	Vector2D v
)

Parameters

v
Type: VVVV.Utils.VMath..::..Vector2D

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

Return Value

Vector with same direction than v but length 1

See Also