Skip to main content

overlaps_triangle3_segment3

Function overlaps_triangle3_segment3 

Source
pub fn overlaps_triangle3_segment3<S>(
    triangle: Triangle<S>,
    segment: Segment<S>,
) -> bool
where S: OrderedField + Real + AbsDiffEq<Epsilon = S>,
Available on crate feature math-utils only.
Expand description

Overlap test of a line segment with a triangle