Calculates the angle between two points in a 2D space.
The position of the first point, represented as a Float32Array.
The position of the second point, represented as a Float32Array.
The angle between the two points in radians.
Calculates the angle between two points in a 2D space.