v_angle#

static GeometryOperators.v_angle(a, b)[source]#

Evaluate the angle between two geometry vectors.

Parameters:
aList

List of [x, y, z] coordinates for the first vector.

bList

List of [x, y, z] coordinates for the second vector.

Returns:
float

Angle in radians.