Home
last modified time | relevance | path

Searched refs:right_vertex (Results 1 – 6 of 6) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A Dscottish_textures.cpp245 short left_vertex, right_vertex; in texture_horizontal_polygon() local
250 left_vertex= right_vertex= highest_vertex; /* both sides start at the highest vertex */ in texture_horizontal_polygon()
282 vertex= (right_vertex==polygon->vertex_count-1) ? 0 : (right_vertex+1); in texture_horizontal_polygon()
283 right_line_count= vertices[vertex].y-vertices[right_vertex].y; in texture_horizontal_polygon()
284 …x_table(right_table+aggregate_right_line_count, vertices[right_vertex].x, vertices[right_vertex].y… in texture_horizontal_polygon()
286 right_vertex= vertex; in texture_horizontal_polygon()
465 short left_vertex, right_vertex; in texture_vertical_polygon() local
501 vertex= right_vertex ? (right_vertex-1) : (polygon->vertex_count-1); in texture_vertical_polygon()
502 right_line_count= vertices[vertex].x-vertices[right_vertex].x; in texture_vertical_polygon()
504 …y_table(right_table+aggregate_right_line_count, vertices[right_vertex].x, vertices[right_vertex].y… in texture_vertical_polygon()
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/utilities/matchpycpp/
H A Dhopcroft_karp.h98 for (const TRight &right_vertex : _graph_left.at(left_vertex)) { in _bfs_hopcroft_karp() local
99 if (pair_right.find(right_vertex) == pair_right.end()) { in _bfs_hopcroft_karp()
104 TLeft &other_left = pair_right.at(right_vertex); in _bfs_hopcroft_karp()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolygon_2.h379 Vertex_const_iterator right_vertex() const in right_vertex() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/grid/
H A Dtria_accessor.h2265 right_vertex
H A Dtria_accessor.templates.h2829 case right_vertex: in boundary_id()
3118 dealii::TriaAccessor<0, 1, spacedim>::right_vertex : in get_face()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/dofs/
H A Ddof_accessor.templates.h2477 dealii::TriaAccessor<0, 1, spacedim>::right_vertex : in get_face()