Featured post

new redirect for blender.org bpy docs.

http://www.blender.org/api/blender_python_api_current/ As of 10/11 november 2015 we can now link to the current api docs and not be worr...

March 29, 2014

mathutils.geometry.intersect_point_line

Another note to self. Originally I coded my own routine for this function. it calculates the distance between intx and a, and intx and b and if those two quantities sum up to something larger than the distance between a,b then the point does not lie on the edge.

So now I'll use this instead: