Skip to main content

vector dot

Get the dot product of two vectors

Written by Holly Conrad Smith

Use this when you want to measure how aligned two vectors are within a flow, for example checking if two edges are roughly parallel.

Inputs

Name

Abbreviation

Type

Access

Description

A

A

Vector

Item

The first vector

B

B

Vector

Item

The second vector

Outputs

Name

Abbreviation

Type

Access

Description

Vector

V

Vector

Item

The dot product of the two vectors

Did this answer your question?