属性矢量运算

Modify an attribute with a math operation.

../../../_images/modeling_modifiers_nodes_attribute-vector-math.png

The Attribute Vector Math Node.

输入

几何数据(Geometry)

Standard geometry input.

A, B, C

The inputs to the math operations. Depending on the operation one, two, or all three of the inputs will be used. The attribute types are all vectors of three values, except for the Scale operation, where the second input uses a float type.

结果

The name of the attribute where the computed result it stored. A new attribute with that name is added if it does not exist yet. If it does exist, the values of the existing attribute are overridden.

属性

操作

The math function to perform.

相加

The sum of A and B.

相减

The difference between A and B.

正片叠底(相乘)

The entrywise product of A and B. \((A.x * B.x, A.y * B.y, A.z * B.z)\)

相除

The entrywise division of A by B. Division by zero results in zero. \((A.x / B.x, A.y / B.y, A.z / B.z)\)

叉乘

The cross product of A and B.

投影

The projection of A onto B.

反射

The reflection of A around the normal B. B need not be normalized.

点乘

The dot product of A and B.

距离

The distance between A and B.

长度

The length of A.

比例

The result of multiplying A by the scalar input Scale.

规格化

The result of normalizing A.

包裹

Wrap.

吸附

The result of rounding A to the largest integer multiple of B less than or equal A.

基面

The entrywise floor of A.

向上取整

The entrywise ceiling of A.

模数

The entrywise modulo of A by B.

分数

The fractional part of A.

绝对

The entrywise absolute value of A.

最小值

The entrywise minimum from A and B.

最大值

The entrywise maximum from A and B.

正弦

The entrywise Sine of A.

余弦

The entrywise Cosine of A.

切向(正切)

The entrywise Tangent of A.

Note

Attributes are converted implicitly to the input data type.

Type A, B, C
属性

The input is a text field that expects an attribute name.

矢量

The input is a vector of three float numbers.

输出

几何数据(Geometry)

Standard geometry output.