5 references to LineUtil
PresentationCore (5)
System\Windows\Media3D\Geometry3D.cs (1)
101if (LineUtil.ComputeLineBoxIntersection(ref origin, ref direction, ref bounds, rayParams.IsRay))
System\Windows\Media3D\MeshGeometry3D.cs (2)
232if (LineUtil.ComputeLineTriangleIntersection( 305if (LineUtil.ComputeLineTriangleIntersection(
System\Windows\Media3D\RayHitTestParameters.cs (1)
184LineUtil.Transform(WorldTransformMatrix, ref origin, ref direction, out isRay);
System\Windows\Media3D\Visual3D.cs (1)
632return LineUtil.ComputeLineBoxIntersection(ref origin, ref direction, ref bboxSubgraph, rayParams.IsRay);