VectorΒΆ

The interface represents vectors (like 2D or 3D points) in form of the Array type. The array size is equal to the vector dimension.

Formats

Array/Vector

Node representing a 2D vector.

0 (Number) 1 (Number)

The x component of the vector. The y component of the vector.

or

Array/Vector

Node representing a 3D vector.

0 (Number) 1 (Number) 2 (Number)

The x component of the vector. The y component of the vector. The z component of the vector.