Makes a 4d-vector from 4 values

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

Syntax

C#
public Vector4D(
	double x,
	double y,
	double z,
	double w
)

Parameters

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

See Also