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

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

LineIntersection(Line2D l0, Line2D l1, out float2 intersection, float epsilon=10e-5f)ShapeIntersectionstatic
LineIntersection(Line3D l0, Line3D l1, out float3 intersection, float mergeDistance=10e-5f, float epsilon=10e-5f)ShapeIntersectionstatic
LineLineSegmentIntersection(Line2D l0, LineSegment2D l1, out float2 intersection, float epsilon=10e-5f)ShapeIntersectionstatic
LineRectangleIntersections(Line2D line, Rect rect, out float2 intersection0, out float2 intersection1, float epsilon=10e-5f)ShapeIntersectionstatic
LineSegmentCircleIntersections(LineSegment2D line, float2 center, float radiusSq, out float2 intersection0, out float2 intersection1, out bool inside)ShapeIntersectionstatic
LineSegmentCuboidIntersections(LineSegment3D line, Bounds bounds, out float3 intersection0, out float3 intersection1, out bool inside, float epsilon=10e-7f)ShapeIntersectionstatic
LineSegmentIntersection(LineSegment2D s0, LineSegment2D s1, out float2 intersection)ShapeIntersectionstatic
LineSegmentRectangleIntersections(LineSegment2D line, Rect rect, out float2 intersection0, out float2 intersection1, out bool inside, float epsilon=10e-5f)ShapeIntersectionstatic
LineSegmentSphereIntersections(LineSegment3D line, float3 center, float radiusSq, out float3 intersection0, out float3 intersection1, out bool inside)ShapeIntersectionstatic
LineSegmentTriangleIntersection(LineSegment3D ls, NativeTriangle3D triangle, out float3 intersection, float epsilon=10e-7f)ShapeIntersectionstatic
PlaneCuboidIntersections(Plane p0, Bounds bounds, float epsilon=10e-7f)ShapeIntersectionstatic
PlaneIntersection(Plane p0, Plane p1, out Line3D intersectionLine, float mergeDistance=10e-5f, float epsilon=10e-5f)ShapeIntersectionstatic
PlaneLineIntersection(Plane p0, Line3D l0, out float3 intersection, float epsilon=10e-5f)ShapeIntersectionstatic
PlaneLineSegmentIntersection(Plane p0, LineSegment3D l0, out float3 intersection, float epsilon=10e-5f)ShapeIntersectionstatic