Description
Outputs a Boolean value expressing whether the two input vectors are perpendicular or not. Two vectors are perpendicular if
and only if the dot product of these two vectors is 0.
Ports
Inputs
|
The first vector to evaluate.
|
|
The second vector to evaluate.
|
|
The precision used for the evaluation.
|
outputs
|
True if the two input vectors are perpendicular; otherwise false.
|