Home
last modified time | relevance | path

Searched refs:v1Edges (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A Dlevel.cpp1152 ConstIndexArray v1Edges = getVertexEdges(v1); in gatherTriRegularInteriorPatchPoints() local
1156 int e1InV1Edges = v1Edges.FindIndex(fEdges[index1]); in gatherTriRegularInteriorPatchPoints()
1205 ConstIndexArray v1Edges = getVertexEdges(v1); in gatherTriRegularBoundaryEdgePatchPoints() local
1208 int e1InV2Edges = v2Edges.FindIndex(v1Edges[2]); in gatherTriRegularBoundaryEdgePatchPoints()
1214 points[3] = otherOfTwo(getEdgeVertices(v1Edges[0]), v1); in gatherTriRegularBoundaryEdgePatchPoints()
1256 ConstIndexArray v1Edges = getVertexEdges(v1); in gatherTriRegularBoundaryVertexPatchPoints() local
1259 int e1InV1Edges = v1Edges.FindIndex(e1); in gatherTriRegularBoundaryVertexPatchPoints()
1305 ConstIndexArray v1Edges = getVertexEdges(v1); in gatherTriRegularCornerVertexPatchPoints() local
1312 points[3] = otherOfTwo(getEdgeVertices(v1Edges[0]), v1); in gatherTriRegularCornerVertexPatchPoints()
1313 points[4] = otherOfTwo(getEdgeVertices(v1Edges[1]), v1); in gatherTriRegularCornerVertexPatchPoints()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACD/
H A DhacdGraph.cpp135 SArray<long, SARRAY_DEFAULT_MIN_SIZE> & v1Edges = m_vertices[v1].m_edges; in EdgeCollapse() local
159 v1Edges.Insert(idEdge); in EdgeCollapse()
/dports/devel/bullet/bullet3-3.21/Extras/HACD/
H A DhacdGraph.cpp148 std::set<long>& v1Edges = m_vertices[v1].m_edges; in EdgeCollapse() local
172 v1Edges.insert(*ed); in EdgeCollapse()
/dports/devel/py-bullet3/bullet3-3.21/Extras/HACD/
H A DhacdGraph.cpp148 std::set<long>& v1Edges = m_vertices[v1].m_edges; in EdgeCollapse() local
172 v1Edges.insert(*ed); in EdgeCollapse()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/winged_edge/
H A DWEdge.cpp294 vector<WEdge *> &v1Edges = v1->GetEdges(); in MakeEdge() local
295 for (vector<WEdge *>::iterator it1 = v1Edges.begin(), end = v1Edges.end(); it1 != end; it1++) { in MakeEdge()