This is the complete list of members for LineIntersection, including all inherited members.
FindLineSegmentIntersectionsCombinatorial(NativeList< LineSegment2D > segments, ref NativeList< float2 > intersections, JobHandle dependsOn=default) | LineIntersection | static |
FindLineSegmentIntersectionsCombinatorialParallel(NativeList< LineSegment2D > segments, ref NativeList< float2 > intersections, JobHandle dependsOn=default) | LineIntersection | static |
FindLineSegmentIntersectionsSweep(NativeList< LineSegment2D > segments, ref NativeList< float2 > intersections, bool restartOnPrecisionErrors=true, float epsilon=10e-4f, JobHandle dependsOn=default) | LineIntersection | static |
FindLSPlaneIntersectionsCombinatorialParallel(Plane intersectionPlane, NativeList< LineSegment3D > segments, ref NativeList< float3 > intersections, float epsilon=10e-6f, JobHandle dependsOn=default) | LineIntersection | static |