Makes a 2d-vector from 2 values

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

Syntax

C#
public Vector2D(
	double x,
	double y
)

Parameters

x
Type: System..::..Double
x component of output vector
y
Type: System..::..Double
y component of output vector

See Also