Home
last modified time | relevance | path

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

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/sla_print/
H A Dsla_raycast_tests.cpp22 hole.get_intersections(s, dir, out);
29 hole.get_intersections(s, dir, out);
37 hole.get_intersections(s, dir, out);
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dintersect_tools.h125 vector<index_t> get_intersections(vector<vec3>& P);
126 vector<index_t> get_intersections(index_t& f);
H A Dintersect_tools.cpp302 vector<index_t> FacetIntersect::get_intersections(vector<vec3>& P) { in get_intersections() function in GEO::FacetIntersect
319 vector<index_t> FacetIntersect::get_intersections(index_t& f) { in get_intersections() function in GEO::FacetIntersect
322 return get_intersections(verts); in get_intersections()
331 vector<index_t> opp = finter.get_intersections(f); in get_intersecting_faces()
H A Dhex_cruncher.cpp348 cut_will_intersect = cut_will_intersect || finter.get_intersections(quad).size()>0; in apply()
676 if (finter.get_intersections(Q).size() > 0) return true; in punch_will_produce_intersection()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dpolygon_path_finder.h93 Vector<Vector2> get_intersections(const Vector2 &p_from, const Vector2 &p_to) const;
H A Dpolygon_path_finder.cpp544 Vector<Vector2> PolygonPathFinder::get_intersections(const Vector2 &p_from, const Vector2 &p_to) co… in get_intersections() function in PolygonPathFinder
582 …B::bind_method(D_METHOD("get_intersections", "from", "to"), &PolygonPathFinder::get_intersections); in _bind_methods()
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dpolygon_path_finder.h92 Vector<Vector2> get_intersections(const Vector2 &p_from, const Vector2 &p_to) const;
H A Dpolygon_path_finder.cpp543 Vector<Vector2> PolygonPathFinder::get_intersections(const Vector2 &p_from, const Vector2 &p_to) co… in get_intersections() function in PolygonPathFinder
581 …TypeDB::bind_method(_MD("get_intersections", "from", "to"), &PolygonPathFinder::get_intersections); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dpolygon_path_finder.h92 Vector<Vector2> get_intersections(const Vector2 &p_from, const Vector2 &p_to) const;
H A Dpolygon_path_finder.cpp543 Vector<Vector2> PolygonPathFinder::get_intersections(const Vector2 &p_from, const Vector2 &p_to) co… in get_intersections() function in PolygonPathFinder
581 …TypeDB::bind_method(_MD("get_intersections", "from", "to"), &PolygonPathFinder::get_intersections); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dpolygon_path_finder.h93 Vector<Vector2> get_intersections(const Vector2 &p_from, const Vector2 &p_to) const;
H A Dpolygon_path_finder.cpp544 Vector<Vector2> PolygonPathFinder::get_intersections(const Vector2 &p_from, const Vector2 &p_to) co… in get_intersections() function in PolygonPathFinder
582 …B::bind_method(D_METHOD("get_intersections", "from", "to"), &PolygonPathFinder::get_intersections); in _bind_methods()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DHollowing.hpp46 bool get_intersections(const Vec3f& s, const Vec3f& dir,
H A DHollowing.cpp154 bool DrainHole::get_intersections(const Vec3f& s, const Vec3f& dir, in get_intersections() function in Slic3r::sla::DrainHole
H A DIndexedMesh.cpp217 if (hole.get_intersections(sf, dirf, isects)) { in filter_hits()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DOrientedBoxTreeTool.hpp244 std::vector<double> get_intersections() {return intersections;}; in get_intersections() function in moab::OrientedBoxTreeTool::IntRegCtxt
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_cutter.py263 def get_intersections(self, border, cutter, s_start, segs, start_by_hole): member in CutAblePolygon
405 slice_res = self.get_intersections(self, cutter, start, store, True)
418 slice_res = self.get_intersections(cutter, self, start, store, False)
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_geometry_traits/
H A DBezier_cache.h215 get_intersections (const Curve_id& id1,
315 _Bezier_cache<NtTraits>::get_intersections in get_intersections() function
H A DBezier_x_monotone_2.h909 (cache.get_intersections(_curve.id(), in point_position()
916 (cache.get_intersections(org.curve().id(), in point_position()
1800 (cache.get_intersections (_curve.id(), in _compare_to_side()
1807 (cache.get_intersections (cv._curve.id(), in _compare_to_side()
2241 cache.get_intersections(_curve.id(), in _intersect()
H A DBezier_point_2.h1623 cache.get_intersections (orig1.curve().id(), in _make_exact()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DOrientedBoxTreeTool.cpp1072 distances_out = int_reg_callback.get_intersections(); in ray_intersect_sets()
1103 distances_out = int_reg_ctxt.get_intersections(); in ray_intersect_sets()