v_sub# static GeometryOperators.v_sub(a, b)[source]# Evaluate two geometry vectors by subtracting 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.