Makes a 4d-vector from 1 value, all vector components are set to the input value

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

Syntax

C#
public Vector4D(
	double a
)

Parameters

a
Type: System..::..Double
Value for vector components

See Also