Index
Vectors

EV3

EV3(<-vector) ->vectorZ ->vectorY ->vectorX

Description

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

Examples

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

Index