v_dot# static GeometryOperators.v_dot(a, b)[source]# Evaluate the dot product between two geometry vectors. Parameters: aListList of [x, y, z] coordinates for the first vector. bListList of [x, y, z] coordinates for the second vector. Returns: floatResult of the dot product.