Used to retrieve a 3D Vector from the pin at the specified slice.

Namespace: VVVV.PluginInterfaces.V1
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void GetValue3D(
	int index,
	out double value1,
	out double value2,
	out double value3
)

Parameters

index
Type: System..::..Int32
The index of the slice to retrieve the 3D Vector from.
value1
Type: System..::..Double%
The retrieved 1st dimension of the Vector.
value2
Type: System..::..Double%
The retrieved 2nd dimension of the Vector.
value3
Type: System..::..Double%
The retrieved 3rd dimension of the Vector.

See Also