运算节点
运算节点。
运算 节点执行运算操作。
The inputs of the node are dynamic. Some inputs are only available in certain operations. For instance, the Addend input is only available in the Multiply Add operator.
值(明度)
Input Value. Trigonometric functions read this value as radians.
Addend
Input Addend.
Base
Input Base.
Exponent
Input Exponent.
Epsilon
Input Epsilon.
Distance
Input Distance.
Min
Input Minimum.
Max
Input Maximum.
Increment
Input Increment.
Scale
Input Scale.
Degrees
Input Degrees.
Radians
Input Radians.
操作
The mathematical operator to be applied to the input values:
Functions
Add
The sum of the two values.
Subtract
The difference between the two values.
Multiply
The product of the two values.
Divide
The division of the first value by the second value.
The sum of the product of the two values with Addend.
Power
The Base raised to the power of Exponent.
Logarithm
The log of the value with a Base as its base.
Square Root
The square root of the value.
Inverse Square Root
One divided by the square root of the value.
Absolute
The input value is read with without regard to its sign. This turns negative values into positive values.
Exponent
Raises Euler’s number) to the power of the value.
Comparison
Rounding
Round
Round the input value to the nearest integer.
Floor
Rounds the input value down to the nearest integer.
Ceil
Rounds the input value up to the nearest integer.
Truncate
Fraction
.
Modulo
Outputs the remainder once the first value is divided by the second value.
Wrap
Outputs a value between Min and Max based on the absolute difference between the input value and the nearest integer multiple of Max less than the value.
Snap
Round the input value to down to the nearest integer multiple of Increment.
Ping-pong
The output value is moved between 0.0 and the Scale based on the input value.
Trigonometric
Sine
The Sine of the input value.
Cosine
The of the input value.
Tangent
The Tangent of the input value.
Arcsine
The of the input value.
Arccosine
The Arccosine of the input value.
Arctangent
The of the input value.
Arctan2
Outputs the Inverse Tangent of the first value divided by the second value measured in radians.
Hyperbolic Sine
The of the input value.
Hyperbolic Cosine
The Hyperbolic Cosine of the input value.
Hyperbolic Tangent
The of the input value.
Conversion
钳制
Limits the output to the range (0.0 to 1.0). See Clamp.
数值输出。