Are Perpendicular

 
 
 

Categories

  • Math > Vector

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

First

The first vector to evaluate.

Second

The second vector to evaluate.

Epsilon

The precision used for the evaluation.

outputs

Perpendicular

True if the two input vectors are perpendicular; otherwise false.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License