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

VW
ExtensionExtension

Extract the fourth single-dimensional element from a vector

Description

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

Supported Rates: frame, shape, pixel

Class Methods

.fr

.sr

.pr

Make a VW VGen at requested rate.

Arguments:

vec

The vector to extract the fourth element from.

Returns:

The fourth element in the vector.

dimensions

inputoutput
41

Examples