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§
- Curve
Face Intersection - The intersections between a curve and a
Face, in curve coordinates - Curve
Face Intersection Interval - An intersection between a curve and a face
- Face
Face Intersection - An intersection between two faces
- Horizontal
RayTo TheRight - A horizontal ray that goes to the right
- Surface
Surface Intersection - The intersection between two surfaces
Enums§
- Curve
Edge Intersection - The intersection between a curve and a
HalfEdge - Line
Segment Intersection - An intersection between a
Lineand aSegment
Traits§
- Intersect
- Compute the intersection between a tuple of objects