Skip to content

Commit

Permalink
AG-13737 Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
olegat committed Jan 9, 2025
1 parent d59cbe9 commit 54b7271
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Our only inputs when receive `'touchmove'` event is $R$ (series-rect), which is
should be unchanged, and $a'_1, a'_2 \in [R_x, R_W]$, the new screen values of
the two fingers on the current axis.

Our desired outputs are $Z'_{min}, Z'_{max} \in [0, 1]$, the new initial
normalised zoom values on the current axis.
Our desired outputs are $Z'_{min}, Z'_{max} \in [0, 1]$, the new normalised zoom
values on the current axis.

The interpolation logic is the same during a `'touchmove'` event:
\begin{equation}
Expand Down

0 comments on commit 54b7271

Please sign in to comment.