Blender Git Loki
Git Commits -> Revision 448d24e
Revision 448d24e by Sergey Sharybin (master) December 11, 2010, 21:27 (GMT) |
New math util funcitons: - equals_v2v2 - project_v2_v2v2 - isect_seg_seg_v2_point which would be necessery for my further multires interpolation commit M_Geometry_LineIntersect2D now uses isect_seg_seg_v2_point(). Behaviour of this function was changed a bit -- it haven't returned intersection point in several cases when two segments are making angle. |
Commit Details:
Full Hash: 448d24e7a02b3ebf3b5a66f64d187b9cd64ed9ed
SVN Revision: 33605
Parent Commit: 194449d
Lines Changed: +97, -78
6 Modified Paths:
/source/blender/blenlib/BLI_math_geom.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+75, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+5, -0) (Diff)
/source/blender/python/generic/mathutils_geometry.c (+4, -78) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+75, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+5, -0) (Diff)
/source/blender/python/generic/mathutils_geometry.c (+4, -78) (Diff)