v_angle# static GeometryOperators.v_angle(a, b)[source]# Evaluate the angle between 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: floatAngle in radians.