v_sum# static GeometryOperators.v_sum(a: list, b: list) → list# Evaluate two geometry vectors by adding them (a+b). Parameters: aListList of [x, y, z] coordinates for the first vector. bListList of [x, y, z] coordinates for the second vector. Returns: ListList of [x, y, z] coordinates for the result vector.