VVec2:
Filter:
Scintillator/Classes (extension) | Quarks > Scintillator > VGens > Vector Manipulation > Vector Building

VVec2
ExtensionExtension

Pack two single-dimensional signals into a 2D signal.

Description

Like its partner classes VVec4 and VVec3, VVec2 packs single-dimensional signals into a single signal, in this case a 2-dimensional signal.

Supported Rates: frame, shape, pixel

Class Methods

.fr

.sr

.pr

Make a VVec2 VGen at requested rate.

Arguments:

x

The first component in the resulting signal.

y

The second component in the resulting signal.

Returns:

A 2D vector composed of (x, y).

dimensions

inputoutput
1, 12

Examples