solarspatialtools.spatial.dot

solarspatialtools.spatial.dot(vec_a, vec_b)

Vector dot product for 2-D cartesian

Parameters

vec_anumeric

the 2-D cartesian vector as an (x, y) indexable

vec_bnumeric

the 2-D cartesian vector as an (x, y) indexable

Returns

A dot Bnumeric

the dot product of the two vectors