DOTS Geometry
 
Loading...
Searching...
No Matches
LineIntersection Member List

This is the complete list of members for LineIntersection, including all inherited members.

FindLineSegmentIntersectionsCombinatorial(NativeList< LineSegment2D > segments, ref NativeList< float2 > intersections, JobHandle dependsOn=default)LineIntersectionstatic
FindLineSegmentIntersectionsCombinatorialParallel(NativeList< LineSegment2D > segments, ref NativeList< float2 > intersections, JobHandle dependsOn=default)LineIntersectionstatic
FindLineSegmentIntersectionsSweep(NativeList< LineSegment2D > segments, ref NativeList< float2 > intersections, bool restartOnPrecisionErrors=true, float epsilon=10e-4f, JobHandle dependsOn=default)LineIntersectionstatic
FindLSPlaneIntersectionsCombinatorialParallel(Plane intersectionPlane, NativeList< LineSegment3D > segments, ref NativeList< float3 > intersections, float epsilon=10e-6f, JobHandle dependsOn=default)LineIntersectionstatic