💾 Archived View for thatit.be › 2022-11-25-13-23-59.gmi captured on 2023-06-14 at 14:20:30. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-04-26)

➡️ Next capture (2023-09-08)

🚧 View Differences

-=-=-=-=-=-=-

transformation matrix for touchscreen rotations

Here’s a link to Transformation Matrix info

It makes a lot more sense represented two dimensionally.

Identity:

⎡ 1 0 0 ⎤
⎜ 0 1 0 ⎥
⎣ 0 0 1 ⎦

Right rotation:

⎡  0 1 0 ⎤
⎜ -1 0 1 ⎥
⎣  0 0 1 ⎦

Left rotation:

⎡ 0 -1 1 ⎤
⎜ 1  0 0 ⎥
⎣ 0  0 1 ⎦

This is how I came up with values for my rotate script.

Tags

#xorg

Navigation

index

tags

updated: 2022-12-07 23:19:49 -0500

generated: 2023-06-03