Blender Git Loki
Git Commits -> Revision 749567e
Revision 749567e by Howard Trickey (master) August 29, 2019, 00:33 (GMT) |
Move math and vector double routines into blenlib from delaunay code |
Commit Details:
Full Hash: 749567e0b2c264c2c27a85feab611bee976f1527
Parent Commit: 07b1a5e
Lines Changed: +127, -94
7 Modified Paths:
/source/blender/blenlib/BLI_math_base.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+10, -1) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+5, -0) (Diff)
/source/blender/blenlib/intern/delaunay_2d.c (+0, -93) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+9, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+66, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+34, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+10, -1) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+5, -0) (Diff)
/source/blender/blenlib/intern/delaunay_2d.c (+0, -93) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+9, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+66, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+34, -0) (Diff)