v_sum#

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

Evaluate two geometry vectors by adding them (a+b).

Parameters:
aList

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

bList

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

Returns:
List

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