Blender Git Commit Log

Git Commits -> Revision 7bd8a51

June 14, 2021, 14:34 (GMT)
BLI_math: Cleanup: Use `mul_`/`madd_` functions.

Better to avoid explicit vectors components direct manipulation when a
generic operation for whole vector exists, if nothing else it avoids
potential mistakes in indices.

Commit Details:

Full Hash: 7bd8a518a8d1b8929c3f89b7d8b0c855e81134d3
Parent Commit: 894cd25
Lines Changed: +34, -49

4 Modified Paths:

/source/blender/blenlib/BLI_math_base.h (+3, -2) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+23, -47) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021