Home
last modified time | relevance | path

Searched defs:vertices (Results 1 – 25 of 4064) sorted by relevance

12345678910>>...163

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DVertexArray.h104 CopyHolder(const VertexList& vertices) : in CopyHolder()
125 SwapHolder(VertexList& vertices) : in SwapHolder()
149 RefHolder(const VertexList& vertices) : in RefHolder()
165 static VertexArray copy(const std::vector<Vertex1<A1> >& vertices) { in copy()
171 static VertexArray swap(std::vector<Vertex1<A1> >& vertices) { in swap()
177 static VertexArray ref(const std::vector<Vertex1<A1> >& vertices) { in ref()
183 static VertexArray copy(const std::vector<Vertex2<A1, A2> >& vertices) { in copy()
189 static VertexArray swap(std::vector<Vertex2<A1, A2> >& vertices) { in swap()
195 static VertexArray ref(const std::vector<Vertex2<A1, A2> >& vertices) { in ref()
207 static VertexArray swap(std::vector<Vertex3<A1, A2, A3> >& vertices) { in swap()
[all …]
H A DIndexRangeMapBuilder.h44 const VertexList& vertices() const { in vertices() function
48 VertexList& vertices() { in vertices() function
64 void addPoints(const VertexList& vertices) { in addPoints()
72 void addLines(const VertexList& vertices) { in addLines()
76 void addLineStrip(const VertexList& vertices) { in addLineStrip()
80 void addLineLoop(const VertexList& vertices) { in addLineLoop()
88 void addTriangles(const VertexList& vertices) { in addTriangles()
92 void addTriangleFan(const VertexList& vertices) { in addTriangleFan()
104 void addQuads(const VertexList& vertices) { in addQuads()
108 void addQuadStrip(const VertexList& vertices) { in addQuadStrip()
[all …]
H A DVertexListBuilder.h59 const VertexList& vertices() const { in vertices() function
63 VertexList& vertices() { in vertices() function
76 IndexData addPoints(const VertexList& vertices) { in addPoints()
90 IndexData addLines(const VertexList& vertices) { in addLines()
95 IndexData addLineStrip(const VertexList& vertices) { in addLineStrip()
100 IndexData addLineLoop(const VertexList& vertices) { in addLineLoop()
116 IndexData addTriangles(const VertexList& vertices) { in addTriangles()
143 IndexData addQuads(const VertexList& vertices) { in addQuads()
148 IndexData addQuadStrip(const VertexList& vertices) { in addQuadStrip()
154 IndexData addPolygon(const VertexList& vertices) { in addPolygon()
[all …]
H A DTexturedIndexRangeMapBuilder.h48 const VertexList& vertices() const { in vertices() function
52 VertexList& vertices() { in vertices() function
69 void addPoints(const Texture* texture, const VertexList& vertices) { in addPoints()
77 void addLines(const Texture* texture, const VertexList& vertices) { in addLines()
81 void addLineStrip(const Texture* texture, const VertexList& vertices) { in addLineStrip()
85 void addLineLoop(const Texture* texture, const VertexList& vertices) { in addLineLoop()
93 void addTriangles(const Texture* texture, const VertexList& vertices) { in addTriangles()
97 void addTriangleFan(const Texture* texture, const VertexList& vertices) { in addTriangleFan()
109 void addQuads(const Texture* texture, const VertexList& vertices) { in addQuads()
113 void addQuadStrip(const Texture* texture, const VertexList& vertices) { in addQuadStrip()
[all …]
/dports/net/samba412/samba-4.12.15/python/samba/kcc/
H A Dgraph_utils.py28 def write_dot_file(basename, edge_list, vertices=None, label=None, argument
47 def verify_graph_complete(edges, vertices, edge_vertices): argument
61 def verify_graph_connected(edges, vertices, edge_vertices): argument
109 def verify_graph_connected_under_vertex_failures(edges, vertices, argument
118 def verify_graph_forest(edges, vertices, edge_vertices): argument
144 def verify_graph_multi_edge_forest(edges, vertices, edge_vertices): argument
170 def verify_graph_no_lonely_vertices(edges, vertices, edge_vertices): argument
178 def verify_graph_no_unknown_vertices(edges, vertices, edge_vertices): argument
186 def verify_graph_directed_double_ring(edges, vertices, edge_vertices): argument
283 def verify_graph(edges, vertices=None, directed=False, properties=()): argument
[all …]
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dautogenerated_element_samplers.pxd3 double* vertices,
11 double* vertices,
17 double* vertices,
24 double* vertices,
30 double* vertices,
37 double* vertices,
43 double* vertices,
51 double* vertices,
57 double* vertices,
64 double* vertices,
[all …]
H A Dautogenerated_element_samplers.pyx16 double* vertices,
30 double* vertices,
48 double* vertices,
60 double* vertices,
73 double* vertices,
85 double* vertices,
98 double* vertices,
112 double* vertices,
130 double* vertices,
142 double* vertices,
[all …]
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/polygons2d/
H A DpolygonVertices.m77 vertices = poly(inds, :); variable
79 vertices = poly; variable
83 vertices = zeros(0, 2); variable
85 vertices = [vertices ; polygonVertices(poly{i})]; %#ok<AGROW> variable
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/meshes3d/
H A DsteinerPolytope.m62 vertices = zeros(1, size(vectors, 2)); variable
65 vertices = [vertices; vertices+repmat(vectors(i,:), [nv 1])]; %#ok<AGROW> variable
71 vertices = vertices(K, :); variable
87 vertices = vertices(ind, :); variable
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/graph/
H A DEdge_TEST.cc47 VertexId_P vertices = {0, 1}; in TYPED_TEST() local
73 VertexId_P vertices = {0, 1}; in TYPED_TEST() local
100 VertexId_P vertices = {1, 2}; in TEST() local
124 VertexId_P vertices = {0, 1}; in TEST() local
145 VertexId_P vertices = {0, 1}; in TEST() local
164 VertexId_P vertices = {0, 1}; in TEST() local
182 VertexId_P vertices = {0, 1}; in TEST() local
200 VertexId_P vertices = {0, 1}; in TEST() local
216 VertexId_P vertices = {0, 1}; in TEST() local
H A DGraphUndirected_TEST.cc55 auto vertices = edge.Vertices(); in TEST() local
63 auto vertices = edge.Vertices(); in TEST() local
71 auto vertices = edge.Vertices(); in TEST() local
79 auto vertices = edge.Vertices(); in TEST() local
226 auto vertices = edge.Vertices(); in TEST() local
234 auto vertices = edge.Vertices(); in TEST() local
281 auto vertices = edge.Vertices(); in TEST() local
289 auto vertices = edge.Vertices(); in TEST() local
297 auto vertices = edge.Vertices(); in TEST() local
/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2shape_measures.cc33 vector<S2Point> vertices; in GetLength() local
45 vector<S2Point> vertices; in GetPerimeter() local
70 vector<S2Point> vertices; in GetArea() local
87 vector<S2Point> vertices; in GetApproxArea() local
100 vector<S2Point> vertices; in GetCentroid() local
122 std::vector<S2Point>* vertices) { in GetChainVertices()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2shape_measures.cc33 vector<S2Point> vertices; in GetLength() local
45 vector<S2Point> vertices; in GetPerimeter() local
70 vector<S2Point> vertices; in GetArea() local
87 vector<S2Point> vertices; in GetApproxArea() local
100 vector<S2Point> vertices; in GetCentroid() local
122 std::vector<S2Point>* vertices) { in GetChainVertices()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2shape_measures.cc33 vector<S2Point> vertices; in GetLength() local
45 vector<S2Point> vertices; in GetPerimeter() local
70 vector<S2Point> vertices; in GetArea() local
87 vector<S2Point> vertices; in GetApproxArea() local
100 vector<S2Point> vertices; in GetCentroid() local
122 std::vector<S2Point>* vertices) { in GetChainVertices()
/dports/devel/love/love-11.3/src/modules/graphics/
H A DPolyline.h48 : vertices(nullptr) in vertices() function
93 Vector2 *vertices; variable
115 …void render(const Vector2 *vertices, size_t count, float halfwidth, float pixel_size, bool draw_ov… in render()
152 …void render(const Vector2 *vertices, size_t count, float halfwidth, float pixel_size, bool draw_ov… in render()
174 …void render(const Vector2 *vertices, size_t count, float halfwidth, float pixel_size, bool draw_ov… in render()
/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A DPolyline.h50 : vertices(nullptr) in vertices() function
94 Vector *vertices; variable
116 …void render(const float *vertices, size_t count, float halfwidth, float pixel_size, bool draw_over… in render()
150 …void render(const float *vertices, size_t count, float halfwidth, float pixel_size, bool draw_over… in render()
169 …void render(const float *vertices, size_t count, float halfwidth, float pixel_size, bool draw_over… in render()
/dports/cad/ldview/ldview-4.4/TRE/
H A DTREColoredShapeGroup.cpp39 const TCVector *vertices, int count) in addShape()
45 const TCVector *vertices, in addShape()
52 const TCVector *vertices, in addShape()
85 int TREColoredShapeGroup::addLine(TCULong color, const TCVector *vertices) in addLine()
94 const TCVector *vertices, in addConditionalLine()
139 int TREColoredShapeGroup::addTriangle(TCULong color, const TCVector *vertices) in addTriangle()
144 int TREColoredShapeGroup::addTriangle(TCULong color, const TCVector *vertices, in addTriangle()
157 int TREColoredShapeGroup::addQuad(TCULong color, const TCVector *vertices) in addQuad()
162 int TREColoredShapeGroup::addQuad(TCULong color, const TCVector *vertices, in addQuad()
175 const TCVector *vertices, in addTriangleFan()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/fff_print/
H A Dtest_trianglemesh.cpp21 …std::vector<Vec3d> vertices { {20,20,0}, {20,0,0}, {0,0,0}, {0,20,0}, {20,20,20}, {0,20,20}, {0,0,… variable
71 …const std::vector<Vec3d> vertices { {20,20,0}, {20,0,0}, {0,0,0}, {0,20,0}, {20,20,20}, {0,20,20},… variable
124 …const std::vector<Vec3d> vertices { {20,20,0}, {20,0,0}, {0,0,0}, {0,20,0}, {20,20,20}, {0,20,20},… variable
187 …const std::vector<Vec3d> vertices { {20,20,0}, {20,0,0}, {0,0,0}, {0,20,0}, {20,20,20}, {0,20,20},… variable
208 …const std::vector<Vec3d> vertices {{0,0,0},{0,0,20},{0,5,0},{0,5,20},{50,0,0},{50,0,20},{15,5,0},{… variable
297 …const std::vector<Vec3d> vertices { {20,20,0}, {20,0,0}, {0,0,0}, {0,20,0}, {20,20,20}, {0,20,20},… variable
311 …const std::vector<Vec3d> vertices { {20,20,0}, {20,0,0}, {0,0,0}, {0,20,0}, {20,20,20}, {0,20,20},… variable
332 …const std::vector<Vec3d> vertices { {20,20,0}, {20,0,0}, {0,0,0}, {0,20,0}, {20,20,20}, {0,20,20},… variable
352 …const std::vector<Vec3d> vertices { {20,20,0}, {20,0,0}, {0,0,0}, {0,20,0}, {20,20,20}, {0,20,20},… variable
/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTTriangleExtract-Test.cpp38 std::vector<float> vertices; in testConstructor() local
50 std::vector<float> vertices; in testRender() local
86 std::vector<float> vertices; in testPenPosition() local
106 std::vector<float> vertices; in testDisplayList() local
/dports/graphics/py-svgwrite/svgwrite-1.4.1/svgwrite/extensions/
H A Dshapes.py70 def translate(vertices, delta_x, delta_y): argument
86 def scale(vertices, scale_x, scale_y): argument
102 def rotate(vertices, delta): argument
119 def centroid(vertices): argument
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/shapes_and_collections/
H A Dcompound_path.py16 vertices = [] variable
20 vertices = [(1, 1), (1, 2), (2, 2), (2, 1), (0, 0)] variable
25 vertices = np.array(vertices, float) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/shapes_and_collections/
H A Dcompound_path.py16 vertices = [] variable
20 vertices = [(1, 1), (1, 2), (2, 2), (2, 1), (0, 0)] variable
25 vertices = np.array(vertices, float) variable
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Models/Trains/
H A DMotor.Functions.cs268 private void DeleteDotLine(VertexLibrary vertices, ObservableCollection<Line> lines) in DeleteDotLine()
481 …private void ShowToolTipVertex(InputMode inputMode, VertexLibrary vertices, ref Vertex hoveredVert… in ShowToolTipVertex()
534 …private void ChangeCursor(VertexLibrary vertices, ObservableCollection<Line> lines, double x, doub… in ChangeCursor()
553 …private void MouseDrag(VertexLibrary vertices, ObservableCollection<Line> lines, double x, double … in MouseDrag()
716 private void ResetSelect(VertexLibrary vertices, ObservableCollection<Line> lines) in ResetSelect()
740 …private bool IsSelectDotLine(VertexLibrary vertices, ObservableCollection<Line> lines, double x, d… in IsSelectDotLine()
772 …private void SelectDotLine(VertexLibrary vertices, ObservableCollection<Line> lines, double x, dou… in SelectDotLine()
826 private void MoveDot(VertexLibrary vertices, double deltaX, double deltaY) in MoveDot()
905 private void DrawDot(VertexLibrary vertices, double x, double y) in DrawDot()
914 …private bool IsDrawLine(VertexLibrary vertices, ObservableCollection<Line> lines, double x, double… in IsDrawLine()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/tests/
H A DTestTriangleMesh.cpp34 vector<Vec3> vertices; in testTriangleMesh() local
102 void verifyMeshThrowsException(vector<Vec3> vertices, int faces[][3], int numFaces) { in verifyMeshThrowsException()
112 vector<Vec3> vertices; in testIncorrectMeshes() local
143 void addOctohedron(vector<Vec3>& vertices, vector<int>& faceIndices, Vec3 offset) { in addOctohedron()
183 vector<Vec3> vertices; in testOBBTree() local
207 vector<Vec3> vertices; in testRayIntersection() local
231 vector<Vec3> vertices; in testSmoothMesh() local
258 vector<Vec3> vertices; in testFindNearestPoint() local
285 vector<Vec3> vertices; in testBoundingSphere() local
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/meshes3d/private/
H A DparseMeshData.m64 vertices = mesh.vertices; variable
72 vertices = varargin{1}; variable
77 vertices = varargin{1}; variable

12345678910>>...163