Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap_part.cpp262 …int selected_type = object->isPointOnObject(coord, tolerance, treat_areas_as_paths, extended_selec… in findObjectsAt()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.h237 …int isPointOnObject(const MapCoordF& coord, qreal tolerance, bool treat_areas_as_paths, bool exten…
H A Dobject.cpp602 int Object::isPointOnObject(const MapCoordF& coord, qreal tolerance, bool treat_areas_as_paths, boo… in isPointOnObject() function in OpenOrienteering::Object
1002 return isPointOnObject(MapCoordF(box.center()), 0, false, false); in intersectsBox()