Index
Vectors

EV4

EV4(<-vector) ->vectorW ->vectorZ ->vectorY ->vectorX

Description

Expands a vector. Pops a vector from the stack, and pushes back to the stack all four float elements of the vector.

Examples

V3(1 2 3 4) ->vector
EV3(<-vector) ->w ->z ->y ->x

Index