Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Dfill_tool.cpp473 section.object->calcClosestPointOnPath(map_pos, distance_sq, path_coord); in fillBoundary()
482 section.object->calcClosestPointOnPath(map_pos, distance_sq, path_coord); in fillBoundary()
H A Dcut_tool.cpp308 edit_object->calcClosestPointOnPath(cursor_pos, distance_sq, path_coord); in updateCuttingLine()
416 edit_object->calcClosestPointOnPath(MapCoordF(path_end), distance_sq, end_path_coord); in finishCuttingArea()
H A Dedit_point_tool.cpp180 path->calcClosestPointOnPath(cur_pos_map, distance_sq, path_coord); in clickPress()
822 path->calcClosestPointOnPath(cursor_pos, distance_sq, path_coord); in updateHoverState()
H A Dedit_line_tool.cpp565 path->calcClosestPointOnPath(cursor_pos, distance_sq, path_coord); in updateHoverState()
H A Dtool_helpers.cpp377 path->calcClosestPointOnPath(position, distance_sq, path_coord); in snapToObject()
H A Ddraw_path_tool.cpp1070 …followed_object->calcClosestPointOnPath(cur_pos_map, distance_sq, path_coord, part.first_index, pa… in updateFollowing()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.h694 void calcClosestPointOnPath(
1270 object->calcClosestPointOnPath(map_coord, distance_sq, *this); in findClosestPointTo()
H A Dobject.cpp1106 void PathObject::calcClosestPointOnPath( in calcClosestPointOnPath() function in OpenOrienteering::PathObject
1834 reference->calcClosestPointOnPath(MapCoordF(point), distance_sq, path_coord); in calcBezierPointDeletionRetainingShapeCost()
2468 …other->calcClosestPointOnPath(pc_start->pos, distance_sq, path_coord, other_start_index, other_end… in calcMaximumDistanceTo()
2481 … other->calcClosestPointOnPath(point, distance_sq, path_coord, other_start_index, other_end_index); in calcMaximumDistanceTo()