Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Aside from rotation, there is another invariant between the two sets which is much simpler to calculate and allows it to become a matching problem. I think it's worth pointing this out because it is really possible on this kata to get lost in linear algebra.
I'm able to derive rotation matrix R between any pair o and c that are given in the answer, however this R is different for each answer pair! I have no idea what I'm doing wrong or how that's even possible.
I also feel this could benefit from some links describing the theory of the geometry. Although it's probably pretty basic from a 3d graphics point of view, I have no experience with that.