v_sub#
- static GeometryOperators.v_sub(a, b)#
Evaluate two geometry vectors by subtracting them (a-b).
- Parameters:
- a
List
List of
[x, y, z]
coordinates for the first vector.- b
List
List of
[x, y, z]
coordinates for the second vector.
- a
- Returns:
List
List of
[x, y, z]
coordinates for the result vector.