Справка Houdini на русском Nodes VOP nodes

Fuzzy And VOP node

Performs a fuzzy "and" operation between its inputs and returns a value between 0 and 1.

On this page

This operator performs a fuzzy "and" operation (Zadeh AND) between its inputs and outputs a fuzzy value denoting the truth of the statement. Given boolean inputs, this computes the logical And of the inputs.

Typically, fuzzy "and" is used to define rules (conditions) for fuzzy inference in a fuzzy logic network. All inputs and the output data type are floats (inputs are clamped to 0 to 1).

Inputs

Input Number 1…N

The input values to be combined together.

Next Input

Where the next input value should be connected. Up to 64 inputs can be specified.

Outputs

Combined Value

The fuzzy "and" combination of all inputs.

Examples

The following examples include this node.

Fuzzy Logic Obstacle Avoidance Example Example for Fuzzy Defuzz VOP node

See also

VOP nodes