raimad.angle_between
def angle_between(p1: raimad.types.Vec2, p2: raimad.types.Vec2) -> float:
Calculate angle between two points.
Parameters
p1
The first point
p2
The second point
Returns
float
The angle, in [numpy convention](coords-transforms.md)