Blender Git Commit Log
Git Commits -> Revision b83751d
Revision b83751d by Brecht Van Lommel (master) November 28, 2009, 13:11 (GMT) |
Math Lib: merging over some changes from the sculpt branch: * swap v2/v3 * multiply-and-add (madd) v3 * inline v3 short/float conversion * mul_v3_m3v3 |
Commit Details:
Full Hash: b83751d8c2a3fd85e6e8e301ee1f986d684b03d5
SVN Revision: 24965
Parent Commit: 9094f20
Lines Changed: +80, -26
6 Modified Paths:
/source/blender/blenlib/BLI_math_matrix.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+10, -2) (Diff)
/source/blender/blenlib/intern/math_geom.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+11, -7) (Diff)
/source/blender/blenlib/intern/math_vector.c (+0, -14) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+57, -2) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+10, -2) (Diff)
/source/blender/blenlib/intern/math_geom.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+11, -7) (Diff)
/source/blender/blenlib/intern/math_vector.c (+0, -14) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+57, -2) (Diff)