Blender Git Commit Log
Git Commits -> Revision 3debcc8
Revision 3debcc8 by Campbell Barton (master) January 13, 2015, 08:10 (GMT) |
Math Lib: improve area calculation - area_quad_v3 now works correctly with concave quads. - add area_squared_*** functions, to use when comparing to avoid a sqrt(). |
Commit Details:
Full Hash: 3debcc8b517ece352aa325cfd61adc0b16cf91da
Parent Commit: 00ef77c
Lines Changed: +70, -46
5 Modified Paths:
/source/blender/blenkernel/intern/mesh_evaluate.c (+0, -7) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+7, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+57, -36) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+6, -0) (Diff)
/source/blender/bmesh/intern/bmesh_polygon.c (+0, -3) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+7, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+57, -36) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+6, -0) (Diff)
/source/blender/bmesh/intern/bmesh_polygon.c (+0, -3) (Diff)