Blender Git Commit Log
Git Commits -> Revision 8ec59c7
Revision 8ec59c7 by Brecht Van Lommel (master) January 22, 2010, 11:10 (GMT) |
Math Lib: * inline some more functions, from math_base and math_vector * also made some changes to the way inline is done so it can work for more than one file * reflect_v3_v3v3 requires input vectors to be normalized now. * added rgb_to_grayscale * added zero_v4, copy_v4_v4, swap_v4_v4, is_one_v3 * added box_clip_bounds_m4 to clip a bounding box against a projection matrix |
Commit Details:
Full Hash: 8ec59c7c687b9e50c48a9d455b31ff4c01df69d2
SVN Revision: 26191
Parent Commit: 2d2339a
Lines Changed: +343, -150
2 Added Paths:
/source/blender/blenlib/BLI_math_inline.h (+53, -0) (View)
/source/blender/blenlib/intern/math_base_inline.c (+127, -0) (View)
/source/blender/blenlib/intern/math_base_inline.c (+127, -0) (View)
11 Modified Paths:
/source/blender/blenlib/BLI_math_base.h (+19, -11) (Diff)
/source/blender/blenlib/BLI_math_color.h (+2, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+10, -15) (Diff)
/source/blender/blenlib/intern/gsqueue.c (+11, -0) (Diff)
/source/blender/blenlib/intern/math_base.c (+1, -78) (Diff)
/source/blender/blenlib/intern/math_color.c (+6, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+37, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+0, -46) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+73, -0) (Diff)
/source/blender/python/generic/vector.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_math_color.h (+2, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+10, -15) (Diff)
/source/blender/blenlib/intern/gsqueue.c (+11, -0) (Diff)
/source/blender/blenlib/intern/math_base.c (+1, -78) (Diff)
/source/blender/blenlib/intern/math_color.c (+6, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+37, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+0, -46) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+73, -0) (Diff)
/source/blender/python/generic/vector.c (+1, -0) (Diff)