Blender Git Loki
Git Commits -> Revision 60ea745
Revision 60ea745 by Brecht Van Lommel (master) November 9, 2009, 22:42 (GMT) |
Math Lib Reorganization * New header and source files. * Still need a few tweaks before switching code to use them. |
Commit Details:
Full Hash: 60ea7456137a019c2ddad75f14b3b6a0892f7b56
SVN Revision: 24431
Parent Commit: 5935ef0
Lines Changed: +6092, -0
13 Added Paths:
/source/blender/blenlib/BLI_math.h (+64, -0) (View)
/source/blender/blenlib/BLI_math_base.h (+156, -0) (View)
/source/blender/blenlib/BLI_math_color.h (+66, -0) (View)
/source/blender/blenlib/BLI_math_geom.h (+157, -0) (View)
/source/blender/blenlib/BLI_math_matrix.h (+165, -0) (View)
/source/blender/blenlib/BLI_math_rotation.h (+172, -0) (View)
/source/blender/blenlib/BLI_math_vector.h (+140, -0) (View)
/source/blender/blenlib/intern/math_base.c (+117, -0) (View)
/source/blender/blenlib/intern/math_color.c (+313, -0) (View)
/source/blender/blenlib/intern/math_geom.c (+1598, -0) (View)
/source/blender/blenlib/intern/math_matrix.c (+1102, -0) (View)
/source/blender/blenlib/intern/math_rotation.c (+1507, -0) (View)
/source/blender/blenlib/intern/math_vector.c (+535, -0) (View)
/source/blender/blenlib/BLI_math_base.h (+156, -0) (View)
/source/blender/blenlib/BLI_math_color.h (+66, -0) (View)
/source/blender/blenlib/BLI_math_geom.h (+157, -0) (View)
/source/blender/blenlib/BLI_math_matrix.h (+165, -0) (View)
/source/blender/blenlib/BLI_math_rotation.h (+172, -0) (View)
/source/blender/blenlib/BLI_math_vector.h (+140, -0) (View)
/source/blender/blenlib/intern/math_base.c (+117, -0) (View)
/source/blender/blenlib/intern/math_color.c (+313, -0) (View)
/source/blender/blenlib/intern/math_geom.c (+1598, -0) (View)
/source/blender/blenlib/intern/math_matrix.c (+1102, -0) (View)
/source/blender/blenlib/intern/math_rotation.c (+1507, -0) (View)
/source/blender/blenlib/intern/math_vector.c (+535, -0) (View)