1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-22 16:23:12 +02:00
Files
BezierInfo-2/docs/images/snippets/pointvectors/1df6c055ae8e41a46bfdebc55a4f17c0.ascii
2022-01-04 11:50:23 -08:00

4 lines
84 B
Plaintext

x' = x · cos (\phi) - y · sin (\phi)
y' = x · sin (\phi) + y · cos (\phi)