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

VX
ExtensionExtension

Extract the first single-dimensional element from a vector

Description

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

Supported Rates: frame, shape, pixel

Class Methods

.fr

.sr

.pr

Make a VX VGen at requested rate.

Arguments:

vec

The vector to extract the first element from.

Returns:

The first element in the vector.

dimensions

inputoutput
41
31
21

Examples