vector % value, all vector components modulo a value

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

Syntax

C#
public static Vector2D operator %(
	Vector2D v1,
	double a
)

Parameters

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

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

a
Type: System..::..Double

[Missing <param name="a"/> documentation for "M:VVVV.Utils.VMath.Vector2D.op_Modulus(VVVV.Utils.VMath.Vector2D,System.Double)"]

Return Value

New vector with components of v1 modulo a

See Also