v_cross#
- static GeometryOperators.v_cross(a, b)#
Evaluate the cross product of two geometry vectors.
- 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.