Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.cpp2525 MapCoordF ingoing_direction; in calcAllIntersectionsWith() local
2529ingoing_direction = part.path_coords[path_coord_end_index].pos - part.path_coords[path_coord_end_i… in calcAllIntersectionsWith()
2530 ingoing_direction.normalize(); in calcAllIntersectionsWith()
2535 ingoing_direction = part.path_coords[i-1].pos - part.path_coords[i-2].pos; in calcAllIntersectionsWith()
2536 ingoing_direction.normalize(); in calcAllIntersectionsWith()
2651 … if (!has_segment_before || MapCoordF::dotProduct(b_direction, ingoing_direction) < 1 - epsilon) in calcAllIntersectionsWith()
2701 …if (!has_segment_before || -1 * MapCoordF::dotProduct(b_direction, ingoing_direction) < 1 - epsilo… in calcAllIntersectionsWith()
2747 dot = MapCoordF::dotProduct(b_direction, ingoing_direction); in calcAllIntersectionsWith()