I am trying to figure out how to get the delta angle of a touch. To elaborate, I want to know by how much my angle increased or decreased based on the movement of my finger across the screen.
I’ve included an image for clarification.
T1 is the touch. If T1 increases along the tangent of the point (0, 0), the delta is ZERO as the angle is not changing. If T1 increases towards the bottom of the screen and the movement is constant, then the growth is +1 per frame, or however fast the finger is moving.
I already know how to do this for plain position, i.e Delta Touch, but I’m not sure how to do it with regards to an angle.
Any help or ideas are most welcome