Index
Vectors

V2

V2(2 3) ->vector

Description

Pops two items from the stack, treats them as float, and creates a new Vector and pushes it to the stack. The two values popped from the stack occupy the x and y positions in the new vector. The z and w positions will be zero.

Examples

V2(2 3) ->vector
trace(<-vector)

Index