Blender Git Commit Log
Git Commits -> Revision a65758f
Revision a65758f by Brecht Van Lommel (render25) February 23, 2010, 19:27 (GMT) |
Render Branch: math functions * add len_squared_v3v3 * add mul_v4_m4v4 * add box_minmax_bounds_m4 * rename disc_to_sh to vec_fac_to_sh |
Commit Details:
Full Hash: a65758f26174d2007e70110447bf57b22c9c5585
SVN Revision: 27110
Parent Commit: c023733
Lines Changed: +62, -24
8 Modified Paths:
/source/blender/blenlib/BLI_math_geom.h (+3, -1) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+2, -1) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_rand.h (+3, -3) (Diff)
/source/blender/blenlib/intern/math_geom.c (+25, -5) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+5, -5) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+15, -9) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+8, -0) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+2, -1) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_rand.h (+3, -3) (Diff)
/source/blender/blenlib/intern/math_geom.c (+25, -5) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+5, -5) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+15, -9) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+8, -0) (Diff)