v_angle# static GeometryOperators.v_angle(a: list, b: list) → float# 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.