Searched refs:e2InV2Edges (Results 1 – 1 of 1) sorted by relevance
1157 int e2InV2Edges = v2Edges.FindIndex(fEdges[index2]); in gatherTriRegularInteriorPatchPoints() local1171 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() local1271 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()