Hacker News new | ask | show | jobs
by mrjet 1349 days ago
You may need an inverse, but you shouldn’t call .inverse() or inverse(A).

Since transformation matrices have simple structure, you can invert them much much faster.

Ex: inverse(R, u) is (R^T, -R^T * u)