Blender Git Commit Log
Git Commits -> Revision 3858756
Revision 3858756 by Brecht Van Lommel (master) November 10, 2009, 19:13 (GMT) |
Math Lib * Fix remaining issues before conversion. * Inline various vector functions, currently enabled for all platforms. I expect this to work in GCC/MSVC at least, if other platforms don't support it, #ifdef's can be added. |
Commit Details:
Full Hash: 385875632d7953080375ef4bf74f894c1053fc4b
SVN Revision: 24457
Parent Commit: d611dd3
Lines Changed: +399, -387
1 Added Path:
/source/blender/blenlib/intern/math_vector_inline.c (+258, -0) (View)
8 Modified Paths:
/source/blender/blenlib/BLI_math_geom.h (+3, -4) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+15, -20) (Diff)
/source/blender/blenlib/BLI_math_rotation.h (+3, -5) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+46, -37) (Diff)
/source/blender/blenlib/intern/math_geom.c (+7, -7) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+48, -23) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+9, -56) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -235) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+15, -20) (Diff)
/source/blender/blenlib/BLI_math_rotation.h (+3, -5) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+46, -37) (Diff)
/source/blender/blenlib/intern/math_geom.c (+7, -7) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+48, -23) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+9, -56) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -235) (Diff)