Blender Git Commit Log

Git Commits -> Revision 748475b

Revision 748475b by Bastien Montagne (master)
June 14, 2021, 10:32 (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: 748475b9431c5b09514b69b042f0daaea1231dc1
Parent Commit: b21db5e
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