raimad.angle_between
def angle_between(p1: 'rai.typing.Point', p2: 'rai.typing.Point') -> 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)