Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A Dlevel.cpp1157 int e2InV2Edges = v2Edges.FindIndex(fEdges[index2]); in gatherTriRegularInteriorPatchPoints() local
1171 points[ 8] = otherOfTwo(getEdgeVertices(v2Edges[(e2InV2Edges + 3) % 6]), v2); in gatherTriRegularInteriorPatchPoints()
1172 points[ 9] = otherOfTwo(getEdgeVertices(v2Edges[(e2InV2Edges + 4) % 6]), v2); in gatherTriRegularInteriorPatchPoints()
1173 points[10] = otherOfTwo(getEdgeVertices(v2Edges[(e2InV2Edges + 5) % 6]), v2); in gatherTriRegularInteriorPatchPoints()
1260 int e2InV2Edges = v2Edges.FindIndex(e2); in gatherTriRegularBoundaryVertexPatchPoints() local
1271 points[7] = otherOfTwo(getEdgeVertices(v2Edges[(e2InV2Edges + 3) % 6]), v2); in gatherTriRegularBoundaryVertexPatchPoints()
1272 points[8] = otherOfTwo(getEdgeVertices(v2Edges[(e2InV2Edges + 4) % 6]), v2); in gatherTriRegularBoundaryVertexPatchPoints()
1273 points[9] = otherOfTwo(getEdgeVertices(v2Edges[(e2InV2Edges + 5) % 6]), v2); in gatherTriRegularBoundaryVertexPatchPoints()