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