انضم إلى نوستر
2025-07-17 11:33:17 UTC
in reply to

Juno Jove on Nostr: nprofile1q…dj2mx Generally, rotations aren't vectors, even if the closest you can ...


Generally, rotations aren't vectors, even if the closest you can get to that is using Euler Angles and an agreed upon rotation order.

I suggest using Quaternions to express these rotations, as they can precisely express and concatenate rotations.

Adding two rotations together is more an act of conjugation and multiplication though.