5 references to LineUtil
PresentationCore (5)
Core\CSharp\System\Windows\Media3D\Geometry3D.cs (1)
103
if (
LineUtil
.ComputeLineBoxIntersection(ref origin, ref direction, ref bounds, rayParams.IsRay))
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (2)
235
if (
LineUtil
.ComputeLineTriangleIntersection(
310
if (
LineUtil
.ComputeLineTriangleIntersection(
Core\CSharp\System\Windows\Media3D\RayHitTestParameters.cs (1)
188
LineUtil
.Transform(WorldTransformMatrix, ref origin, ref direction, out isRay);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (1)
641
return
LineUtil
.ComputeLineBoxIntersection(ref origin, ref direction, ref bboxSubgraph, rayParams.IsRay);