Seems like 3 unrelated videos, where only the second one in the middle is pony related
1:23 – 3:15 is pony related, could be cut with ffmpeg or similar cut tool
| s | 1,085 | |
| Favorites | 14,540 | |
| Comments | 302 | |
| Votes | 14,721 | |
| Metadata Updates | 2,210 | |
| Forum Posts | 79 |
⎡ a b ⎤
⎣ c d ⎦
x' = a⋅x + b⋅y
y' = c⋅x + d⋅y
⎡x'⎤ ⎡a⎤ ⎡b⎤
⎢ ⎥ = ⎢ ⎥⋅x + ⎢ ⎥⋅y
⎣y'⎦ ⎣c⎦ ⎣d⎦
⎡x'⎤ ⎡cos(φ)⎤ ⎡-sin(φ)⎤
⎢ ⎥ = ⎢ ⎥⋅x + ⎢ ⎥⋅y
⎣y'⎦ ⎣sin(φ)⎦ ⎣ cos(φ)⎦
[x,y]⋅cos(φ) + [-y,x]⋅sin(φ) =
[x⋅cos(φ)-y⋅sin(φ), y⋅cos(φ)+x⋅sin(φ)] =
[x', y']
x' = x⋅cos(φ)-y⋅sin(φ)
y' = x⋅sin(φ)+y⋅cos(φ)