Home
last modified time | relevance | path

Searched refs:orientation_2 (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/Partition_2/
H A DVertex_visibility_graph_2_impl.h322 if (orientation_2(*prev_vis_endpt, *vis_endpt, *next_vis_endpt) == in point_is_visible()
346 orientation_2(*vis_endpt, *next_vis_endpt, *point_to_see) && in point_is_visible()
347 orientation_2((*looker).first, *point_to_see, *vis_endpt) != in point_is_visible()
369 orientation_2(*vis_endpt, *prev_vis_endpt, *point_to_see) && in point_is_visible()
370 orientation_2((*looker).first, *point_to_see, *vis_endpt) != in point_is_visible()
391 orientation_2(*vis_endpt, *next_vis_endpt, *point_to_see) && in point_is_visible()
392 orientation_2((*looker).first, *point_to_see, *vis_endpt) != in point_is_visible()
522 Orientation pqa = orientation_2(p,q,a); in update_visibility()
523 Orientation pqb = orientation_2(p,q,b); in update_visibility()
524 Orientation abp = orientation_2(a,b,p); in update_visibility()
[all …]
H A DTriangulation_indirect_traits_2.h98 Indirect_orientation_2(const Orientation_2& orientation_2) in Indirect_orientation_2() argument
99 : _orientation_2(orientation_2) in Indirect_orientation_2()
H A DVertex_visibility_graph_2.h118 orientation_2(traits.orientation_2_object()), in Vertex_visibility_graph_2()
396 Orientation_2 orientation_2; variable
H A Dpartition_approx_convex_2.h142 orientation_2(polygon.begin(), polygon.end(), traits) == COUNTERCLOCKWISE); in partition_approx_convex_2()
H A Dpartition_greene_approx_convex_2.h696 orientation_2(polygon.begin(), polygon.end(), traits) == COUNTERCLOCKWISE); in ga_convex_decomposition()
810 orientation_2(polygon.vertices_begin(), polygon.vertices_end(), in partition_greene_approx_convex_2()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DRotational_sweep_visibility_2.h113 switch(Visibility_2::orientation_2(geom_traits, q, c, p)) { in vtype()
142 return (Visibility_2::orientation_2(geom_traits, s1, t2, t1)== in operator()
143 Visibility_2::orientation_2(geom_traits, s1, t2, q)); in operator()
156 Visibility_2::orientation_2(geom_traits, s2, t2, q)); in operator()
195 return (Visibility_2::orientation_2(geom_traits, s2, t2, q) in operator()
198 return (Visibility_2::orientation_2(geom_traits, s2, t2, q) in operator()
203 switch (Visibility_2::orientation_2(geom_traits, s1, t1, s2)) { in operator()
208 return Visibility_2::orientation_2(geom_traits, s2, t2, q) in operator()
214 return Visibility_2::orientation_2(geom_traits, s2, t2, q) in operator()
227 return Visibility_2::orientation_2(geom_traits, s2, t2, q) in operator()
[all …]
H A Drandom_convex_hull_in_disc_2.h35 Orientation_2 orientation_2=traits.orientation_2_object(); in operator() local
41 return (orientation_2(zero,p,q)==LEFT_TURN); in operator()
49 return (orientation_2(zero,p,q)==LEFT_TURN); in operator()
120 Orientation_2 orientation_2=traits.orientation_2_object(); in Graham_without_sort_2() local
140 if (orientation_2(*u,*u_next,*u_next_next)==LEFT_TURN){ in Graham_without_sort_2()
H A DPolygon_2_algorithms.h329 Orientation orientation_2(ForwardIterator first,
446 Orientation orientation_2(ForwardIterator first, in orientation_2() function
451 return orientation_2(first, last, K()); in orientation_2()
H A DRandom_polygon_2_sweep.h105 using Base_class::orientation_2;
169 switch (m_vertex_data->orientation_2( m_vertex_data->point(left), in less_than_in_tree()
301 switch(orientation_2(point(prev_vt), point(mid_vt), point(next_vt))) { in insertion_event()
353 orientation_2(point(edge_id), point(vt), point(next(edge_id))); in on_right_side()
H A Dpartition_is_valid_2.h150 CGAL_partition_precondition(orientation_2(orig_poly.begin(),orig_poly.end(), in partition_is_valid_2()
167 orientation_2(vtx_begin, vtx_end, traits) == COUNTERCLOCKWISE); in partition_is_valid_2()
H A Drandom_polygon_2.h70 if (orientation_2(vertices.begin(), vertices.end()) == CLOCKWISE) in random_polygon_2()
H A DPolygon_2.h330 return orientation_2(d_container.begin(), d_container.end(), traits); in orientation()
/dports/databases/spatialite/libspatialite-5.0.1/src/srsinit/
H A Dsrs_init.c88 if (ptr->orientation_2) in free_epsg_def()
89 free (ptr->orientation_2); in free_epsg_def()
149 p->orientation_2 = NULL; in add_epsg_def()
169 const char *orientation_2) in add_epsg_def_ex() argument
196 p->orientation_2 = NULL; in add_epsg_def_ex()
286 if (orientation_2) in add_epsg_def_ex()
288 len = strlen (orientation_2); in add_epsg_def_ex()
290 if (p->orientation_2 == NULL) in add_epsg_def_ex()
292 strcpy (p->orientation_2, orientation_2); in add_epsg_def_ex()
613 if (p->orientation_2 == NULL) in populate_spatial_ref_sys()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/srsinit/epsg_update/
H A Depsg_from_gdal.c58 OGRAxisOrientation orientation_2 = OAO_Other; in print_wkt() local
87 axis_2 = OSRGetAxis (handle, "GEOGCS", 1, &orientation_2); in print_wkt()
92 axis_2 = OSRGetAxis (handle, "PROJCS", 1, &orientation_2); in print_wkt()
162 switch (orientation_2) in print_wkt()
H A Depsg_from_gdal-proj6.c161 OGRAxisOrientation orientation_2 = OAO_Other; in print_wkt() local
194 axis_2 = OSRGetAxis (handle, "GEOGCS", 1, &orientation_2); in print_wkt()
199 axis_2 = OSRGetAxis (handle, "PROJCS", 1, &orientation_2); in print_wkt()
269 switch (orientation_2) in print_wkt()
H A Dauto_epsg_ext.c50 char *orientation_2; member
89 if (p->orientation_2) in free_epsg_entry()
90 free (p->orientation_2); in free_epsg_entry()
115 const char *orientation_2, const char *spheroid, in epsg_insert() argument
147 len = strlen (orientation_2); in epsg_insert()
148 p->orientation_2 = malloc (len + 1); in epsg_insert()
149 strcpy (p->orientation_2, orientation_2); in epsg_insert()
183 char orientation_2[128]; in parse_epsg() local
204 *orientation_2 = '\0'; in parse_epsg()
234 out = orientation_2; in parse_epsg()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_2/
H A DPolygon_2_algorithms_impl.h327 Orientation o = orientation_2(first, last, traits); in oriented_side_2()
366 Orientation_2 &orientation_2, CompareX_2 &compare_x_2) in which_side_in_slab() argument
386 switch (orientation_2(low, point, high)) { in which_side_in_slab()
410 typename PolygonTraits::Orientation_2 orientation_2 = traits.orientation_2_object(); in bounded_side_2() local
433 orientation_2, compare_x_2)) { in bounded_side_2()
473 orientation_2, compare_x_2)) { in bounded_side_2()
506 Orientation orientation_2(ForwardIterator first, in orientation_2() function
H A DPolygon_2_simplicity.h132 typename PolygonTraits::Orientation_2 orientation_2; variable
233 switch (m_vertex_data->orientation_2( m_vertex_data->point(left), in less_than_in_tree()
255 : orientation_2(pgn_traits.orientation_2_object()), in Vertex_data_base()
309 switch(this->orientation_2(point(prev_vt), point(mid_vt), point(next_vt))) { in insertion_event()
351 this->orientation_2(point(edge_id), point(vt), point(next(edge_id))); in on_right_side()
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_shortest_path/internal/
H A DCone_tree.h280 typename Traits::Orientation_2 orientation_2(m_traits.orientation_2_object()); in inside_window()
283 CGAL::Orientation leftOrientation = orientation_2(sourceImagePoint, m_windowLeft, point); in inside_window()
284 CGAL::Orientation rightOrientation = orientation_2(sourceImagePoint, m_windowRight, point); in inside_window()
/dports/science/mbdyn/mbdyn-1.7.3/manual/input/
H A Dlogfile.tex123 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
198 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
231 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
287 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
302 \bnt{node_2_label} (\hty{Vec3})\bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
319 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
336 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
362 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
377 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
423 \bnt{node_2_label} (\hty{Vec3}) \bnt{position_2} (\hty{Mat3x3}) \bnt{orientation_2}
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Polyline_simplification_2/
H A Dsimplify.h251 typename Geom_traits::Orientation_2 orientation_2 = pct.geom_traits().orientation_2_object(); in is_removable() local
252 CGAL::Orientation o = orientation_2(uh->point(), vh->point(), wh->point()); in is_removable()
275 o = orientation_2(up, circ->point(), wp); in is_removable()
276 if(orientation_2(up, wp, circ->point()) != CGAL::RIGHT_TURN){ in is_removable()
/dports/math/cgal/CGAL-5.3/examples/Straight_skeleton_2/
H A DLow_level_API.cpp55 assert(CGAL::orientation_2(pts,pts+8,Kernel()) == CGAL::COUNTERCLOCKWISE); in main()
/dports/math/cgal/CGAL-5.3/include/CGAL/Visibility_2/
H A Dvisibility_utils.h81 Orientation orientation_2(const Geometry_traits_2 *geom_traits, in orientation_2() function
274 orientation_2(traits, points[i], points[i+1], q ) == in report_while_handling_needles()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dpolyset-utils-old.cc163 original_orientation = CGAL::orientation_2( orienpgon.begin(),orienpgon.end() ); in triangulate_polygon()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dpolyset-utils-old.cc163 original_orientation = CGAL::orientation_2( orienpgon.begin(),orienpgon.end() ); in triangulate_polygon()

12