Home
last modified time | relevance | path

Searched refs:remove_point (Results 26 – 50 of 106) sorted by relevance

12345

/dports/misc/vxl/vxl-3.3.2/contrib/gel/vdgl/
H A Dvdgl_ortho_regress.h43 void remove_point(double x, double y) { in remove_point() function
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/basics/
H A Dautomation_path.h64 void remove_point(float x);
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DKNearestConcaveHull.py235 def remove_point(vector, element): function
479 point_set = remove_point(point_set, first_point)
530 point_set = remove_point(point_set, current_point)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DKNearestConcaveHull.py235 def remove_point(vector, element): function
479 point_set = remove_point(point_set, first_point)
530 point_set = remove_point(point_set, current_point)
/dports/math/pdal/PDAL-2.3.0/filters/private/miniball/
H A DSubspan.h91 void remove_point(unsigned int local_index);
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dcurve_editor_plugin.cpp125 remove_point(_hover_point); in on_gui_input()
242 remove_point(_selected_point); in on_gui_input()
321 remove_point(_selected_point); in on_context_menu_item_selected()
438 _curve_ref->remove_point(i); in add_point()
446 void CurveEditor::remove_point(int index) { in remove_point() function in CurveEditor
H A Dabstract_polygon_2d_editor.cpp405 remove_point(closest); in forward_gui_input()
417 remove_point(closest); in forward_gui_input()
554 remove_point(active_point); in forward_gui_input()
704 void AbstractPolygon2DEditor::remove_point(const Vertex &p_vertex) { in remove_point() function in AbstractPolygon2DEditor
H A Dcurve_editor_plugin.h89 void remove_point(int index);
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dcurve_editor_plugin.cpp125 remove_point(_hover_point); in on_gui_input()
242 remove_point(_selected_point); in on_gui_input()
321 remove_point(_selected_point); in on_context_menu_item_selected()
438 _curve_ref->remove_point(i); in add_point()
446 void CurveEditor::remove_point(int index) { in remove_point() function in CurveEditor
H A Dabstract_polygon_2d_editor.cpp405 remove_point(closest); in forward_gui_input()
417 remove_point(closest); in forward_gui_input()
554 remove_point(active_point); in forward_gui_input()
704 void AbstractPolygon2DEditor::remove_point(const Vertex &p_vertex) { in remove_point() function in AbstractPolygon2DEditor
H A Dcurve_editor_plugin.h89 void remove_point(int index);
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Da_star.h106 void remove_point(int p_id);
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Da_star.h106 void remove_point(int p_id);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dline_2d.h78 void remove_point(int i);
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dcolor_ramp.h61 void remove_point(int p_index);
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dcolor_ramp.h61 void remove_point(int p_index);
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dgradient.h62 void remove_point(int p_index);
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dline_2d.h78 void remove_point(int i);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dgradient.h62 void remove_point(int p_index);
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dsplinecurve.hh78 bool remove_point( unsigned int id );
283 bool remove_point( unsigned int id );
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dnetbsd-low.h92 int remove_point (enum raw_bkpt_type type, CORE_ADDR addr,
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/basics/
H A Dautomation_path.cpp169 void AutomationPath::remove_point(float x) in remove_point() function in H2Core::AutomationPath
/dports/databases/grass7/grass-7.8.6/vector/v.net.visibility/
H A Drotation_tree.c67 void remove_point(struct Point *p) in remove_point() function
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Da_star.cpp117 void AStar::remove_point(int p_id) { in remove_point() function in AStar
560 ClassDB::bind_method(D_METHOD("remove_point", "id"), &AStar::remove_point); in _bind_methods()
623 void AStar2D::remove_point(int p_id) { in remove_point() function in AStar2D
624 astar.remove_point(p_id); in remove_point()
883 ClassDB::bind_method(D_METHOD("remove_point", "id"), &AStar2D::remove_point); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Da_star.cpp117 void AStar::remove_point(int p_id) { in remove_point() function in AStar
560 ClassDB::bind_method(D_METHOD("remove_point", "id"), &AStar::remove_point); in _bind_methods()
623 void AStar2D::remove_point(int p_id) { in remove_point() function in AStar2D
624 astar.remove_point(p_id); in remove_point()
883 ClassDB::bind_method(D_METHOD("remove_point", "id"), &AStar2D::remove_point); in _bind_methods()

12345