2 references to ComputeLineBoxIntersection
PresentationCore (2)
System\Windows\Media3D\Geometry3D.cs (1)
101
if (LineUtil.
ComputeLineBoxIntersection
(ref origin, ref direction, ref bounds, rayParams.IsRay))
System\Windows\Media3D\Visual3D.cs (1)
632
return LineUtil.
ComputeLineBoxIntersection
(ref origin, ref direction, ref bboxSubgraph, rayParams.IsRay);