Blender Git Loki
Git Commits -> Revision 8bee9af
August 20, 2019, 13:09 (GMT) |
BLI: double version of some math functions. |
Commit Details:
Full Hash: 8bee9af462238936087e0056d97cf086c2f7059a
Parent Commit: a942d97
Lines Changed: +198, -0
7 Modified Paths:
/source/blender/blenlib/BLI_math_base.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+11, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+8, -0) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+5, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+122, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+17, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+34, -0) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+11, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+8, -0) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+5, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+122, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+17, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+34, -0) (Diff)