Module intersect

Module intersect 

Source
Expand description

Intersection algorithms

Modules§

face_point
Intersection between faces and points in 2D
ray_edge
Intersection between a ray and an edge in 2D
ray_face
Intersection between a ray and a face, in 3D
ray_segment
Intersection between a ray and a line segment in 2D

Structs§

CurveFaceIntersection
The intersections between a curve and a Face, in curve coordinates
CurveFaceIntersectionInterval
An intersection between a curve and a face
FaceFaceIntersection
An intersection between two faces
HorizontalRayToTheRight
A horizontal ray that goes to the right
SurfaceSurfaceIntersection
The intersection between two surfaces

Enums§

CurveEdgeIntersection
The intersection between a curve and a HalfEdge
LineSegmentIntersection
An intersection between a Line and a Segment

Traits§

Intersect
Compute the intersection between a tuple of objects