Used to retrieve a 4x4 Matrix 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 GetMatrix(
	int index,
	out Matrix4x4 value
)

Parameters

index
Type: System..::..Int32
The index of the slice to retrieve the 4x4 Matrix from.
value
Type: VVVV.Utils.VMath..::..Matrix4x4%
The retrieved 4x4 Matrix.

See Also