Select the types of activity you want to include in your feed.
a/math: Fix matrix identities and use isometry
Isometry3f is a 4x4 matrix transform that performs only rotation and translation (an SE(3) matrix). Its inverse can be computed trivially by Eigen compared to a regular 4x4 transform.