
Inputs
投入
模式
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. : 计算向量分量的平均值。所有单独的值将被加在一起,除以值的数量
数据类型
Here you can define the vector type that you want to input into the Node. You can select from Color, Vector2D, Vector and Vector4D.
这里您可以定义要输入到 Node 中的向量类型。你可以从颜色,矢量2d,矢量和矢量4d 中选择。
价值[ XYZ ]
Here you can input the color or numeric values of the vector into the Node.
在这里,您可以将向量的颜色或数值输入到 Node 中。