Blender Git Commit Log
Git Commits -> Revision 8a144b7
Revision 8a144b7 by Campbell Barton (master) April 1, 2021, 10:34 (GMT) |
BLI_math: add orthogonalize_m#_zero_axes Expose a this function to initialize any zeroed axes to an orthogonal vector based on other non-zeroed axes. This functionality already existed for `invert_m#_m#_safe_ortho`, expose as a public function as it's useful to be able to fill in zeroed axes of transformation matrices since they may be used in matrix multiplication which would create degenerate matrices. |
Commit Details:
Full Hash: 8a144b73c0116a014ed6f081048ffb6b84255d0b
Parent Commit: 3f24cfb
Lines Changed: +88, -66