Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/Partition_2/
H A DVertex_visibility_graph_2_impl.h281 bool Vertex_visibility_graph_2<Traits>::point_is_visible( in point_is_visible() function
600 if (point_is_visible(polygon, prev_q, p_it)) in update_collinear_visibility()
608 if (point_is_visible(polygon, next_q, p_it)) in update_collinear_visibility()
673 point_is_visible(polygon, (*q_it).second.first, p_it)) in handle()
686 point_is_visible(polygon, (*q_it).second.first, p_it)) in handle()
H A DVertex_visibility_graph_2.h375 bool point_is_visible(const Polygon& polygon,
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_knife.c1442 static bool point_is_visible(KnifeTool_OpData *kcd, in point_is_visible() function
1708 (point_is_visible(kcd, v->cageco, s, bm_elem_from_knife_vert(v, &kfe_hit)))) { in knife_find_line_hits()
1787 if (isect_kind >= 1 && point_is_visible(kcd, p_cage, sint, bm_elem_from_knife_edge(kfe))) { in knife_find_line_hits()
1818 if (point_is_visible(kcd, p_cage, s1, (BMElem *)f)) { in knife_find_line_hits()
1830 if (point_is_visible(kcd, p_cage, s2, (BMElem *)f)) { in knife_find_line_hits()
3197 if ((kcd->cut_through || point_is_visible(kcd, cent, cent_ss, (BMElem *)f)) && in EDBM_mesh_knife()