Makes a 3d-vector from 3 values

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

Syntax

C#
public Vector3D(
	double x,
	double y,
	double z
)

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

See Also