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

VZ
ExtensionExtension

Extract the third single-dimensional element from a vector

Description

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

Supported Rates: frame, shape, pixel

Class Methods

.fr

.sr

.pr

Make a VZ VGen at requested rate.

Arguments:

vec

The vector to extract the third element from.

Returns:

The third element in the vector.

dimensions

inputoutput
41
31

Examples