Reviewed functions description
Replaced: Returns -> Get
This commit is contained in:
parent
d3387c952a
commit
b0dcdf688f
7 changed files with 80 additions and 80 deletions
|
@ -490,7 +490,7 @@ float GetGesturePinchAngle(void)
|
|||
// Module specific Functions Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
#if defined(GESTURES_STANDALONE)
|
||||
// Returns angle from two-points vector with X-axis
|
||||
// Get angle from two-points vector with X-axis
|
||||
static float Vector2Angle(Vector2 v1, Vector2 v2)
|
||||
{
|
||||
float angle = atan2f(v2.y - v1.y, v2.x - v1.x)*(180.0f/PI);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue