Dot Product

 
 
 

Categories

  • Math > Vector

Description

Outputs a new scalar value made from the dot product of the two input values.

The result of the dot product is the product of the length of the projection of a first vector on a second vector and the length of the second vector.

Two vectors are perpendicular if and only if the dot product of these two vectors is 0.

Ports

Inputs

First

The first operand of the dot product.

Second

The second operand of the dot product.

outputs

Result

The new scalar value.

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