Skip to content

Combine VecI

Combine VecI
Vector
X
0
Y
0

Category Numbers
Is Pair Node: No


Constructs a 2D vector from its X and Y components. The output is a VecI type, which represents a vector with integer components.


Type: Integer
Default: 0

First component of the vector.

Type: Integer
Default: 0

Second component of the vector.


Type: VecI
Default: (0, 0)

The resulting 2D vector constructed from the X and Y components.