This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/generic
Campbell Barton 540c2eee56 math func to find the intersection(s) between a segment and a sphere for C/python.
from python:
  i1, i2 = mathutils.geometry.intersect_line_sphere(l1, l2, sphere, radius)
2011-06-26 07:21:19 +00:00
..
2011-02-27 20:10:08 +00:00
2011-05-31 01:15:44 +00:00
2011-06-17 05:45:46 +00:00
2011-02-27 20:10:08 +00:00