Makes a 4d-vector copy from a 3d-vector and w component

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

Syntax

C#
public Vector4D(
	Vector3D v,
	double w
)

Parameters

v
Type: VVVV.Utils.VMath..::..Vector3D
3d-vector to copy
w
Type: System..::..Double
w component of output vector

See Also