Home
last modified time | relevance | path

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

/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/algorithm/
H A DdifferencePrimitives.h171 CGAL::Side_of_triangle_mesh<MarkedPolyhedron, Kernel> is_in_poly( b ); in difference()
173 if ( CGAL::ON_UNBOUNDED_SIDE == is_in_poly( a ) ) { in difference()
621 CGAL::Side_of_triangle_mesh<MarkedPolyhedron, Kernel> is_in_poly( polyhedron ); in difference()
623 if ( CGAL::ON_UNBOUNDED_SIDE == is_in_poly( segment.source() ) ) { in difference()
668 CGAL::Side_of_triangle_mesh<MarkedPolyhedron, Kernel> is_in_poly( polyhedron ); in difference()
674 … if ( *p != *q && CGAL::ON_UNBOUNDED_SIDE == is_in_poly( CGAL::midpoint( *p,*q ) ) ) { in difference()
H A Dunion.cpp528 CGAL::Side_of_triangle_mesh<MarkedPolyhedron, Kernel> is_in_poly( b.asVolume() ); in union_point_volume() local
530 if ( CGAL::ON_UNBOUNDED_SIDE != is_in_poly( a.asPoint() ) ) { in union_point_volume()
641 CGAL::Side_of_triangle_mesh<MarkedPolyhedron, Kernel> is_in_poly( polyhedron ); in union_segment_volume() local
646 if ( CGAL::ON_UNBOUNDED_SIDE != is_in_poly( segment.source() ) ) { in union_segment_volume()
681 … if ( *p != *q && CGAL::ON_UNBOUNDED_SIDE != is_in_poly( CGAL::midpoint( *p,*q ) ) ) { in union_segment_volume()
H A Dintersects.cpp259 CGAL::Side_of_triangle_mesh<MarkedPolyhedron, Kernel> is_in_poly( *polyhedron ); in operator ()() local
266 if ( is_in_poly( pit->primitive() ) != CGAL::ON_UNBOUNDED_SIDE ) { in operator ()()