VY:
Filter:
Scintillator/Classes (extension) | Quarks > Scintillator > VGens > Vector Manipulation > Element Access

VY
ExtensionExtension

Extract the second single-dimensional element from a vector

Description

Like its sibling classes VX, VZ, VW, access a particular single-dimensional element of the provided vector, in this case the second element, commonly called y in computer graphics parlance.

Supported Rates: frame, shape, pixel

Class Methods

.fr

.sr

.pr

Make a VY VGen at requested rate.

Arguments:

vec

The vector to extract the second element from.

Returns:

The second element in the vector.

dimensions

inputoutput
41
31
21

Examples