vector | vector, dot product for vectors, that is the sum of all component wise products

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

Syntax

C#
public static double operator |(
	Vector2D v1,
	Vector2D v2
)

Parameters

v1
Type: VVVV.Utils.VMath..::..Vector2D

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

v2
Type: VVVV.Utils.VMath..::..Vector2D

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

Return Value

Dot product of v1 and v2

See Also