Inputs

Operation

Here you can choose the method of calculation:

  • Euclidian: This mode should be used if you want to calculate the actual length of the vector. In other words, this is the vector's measure. This mode should be used if you want to calculate what is commonly considered the "length” of the vector. In other words, this is the vector's measure. The individual components of the vector will first be squared, then these results will be added and the square root is ascertained from the sum.
  • Squared: In this mode, the individual components will be squared and the result then added together.
  • Sum: All of a vector's components are added together. This reflects the Manhattan mode of the Distance node.
  • Average: Calculates the average value of the vector's components. All individual values will be added together and divided by the number of the values.

Data Type

Here you can define the vector type that you want to input into the Node. You can select from Color, Vector2D, Vector and Vector4D.

Material[-∞..+∞]

Here you can input the color or numeric values of the vector into the Node.