Home
last modified time | relevance | path

Searched refs:has_segment_after (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.cpp2539 bool has_segment_after = (i < path_coord_end_index) || part.isClosed(); in calcAllIntersectionsWith() local
2541 if (has_segment_after && i == path_coord_end_index) in calcAllIntersectionsWith()
2547 else if (has_segment_after) in calcAllIntersectionsWith()
2666 …if (!has_segment_after || -1 * MapCoordF::dotProduct(b_direction, outgoing_direction) < 1 - epsilo… in calcAllIntersectionsWith()
2686 … if (!has_segment_after || MapCoordF::dotProduct(b_direction, outgoing_direction) < 1 - epsilon) in calcAllIntersectionsWith()
2751 else if (has_segment_after && a >= 1 - epsilon) in calcAllIntersectionsWith()