v_dot#

static GeometryOperators.v_dot(a, b)[source]#

Evaluate the dot product between two geometry vectors.

Parameters:
aList

List of [x, y, z] coordinates for the first vector.

bList

List of [x, y, z] coordinates for the second vector.

Returns:
float

Result of the dot product.