Searched refs:vInThisFace (Results 1 – 2 of 2) sorted by relevance
282 int vInThisFace = vInFaces[i]; in gatherTriRegularRingAroundVertex() local284 ringPoints[ringIndex++] = fPoints[fastMod3(vInThisFace + 1)]; in gatherTriRegularRingAroundVertex()287 ringPoints[ringIndex++] = fPoints[fastMod3(vInThisFace + 2)]; in gatherTriRegularRingAroundVertex()311 int vInThisFace = vInNextFace; in gatherRegularPartialRingAroundVertex() local319 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 1)]; in gatherRegularPartialRingAroundVertex()320 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 2)]; in gatherRegularPartialRingAroundVertex()322 ringPoints[ringIndex++] = fPoints[fastMod3(vInThisFace + 1)]; in gatherRegularPartialRingAroundVertex()328 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 3)]; in gatherRegularPartialRingAroundVertex()438 int vInThisFace = vInFaces[thisFaceInVFaces]; in getNextFaceInVertFaces() local469 int vInThisFace = vInFaces[thisFaceInVFaces]; in getPrevFaceInVertFaces() local[all …]
731 int vInThisFace = vInFaces[i]; in gatherQuadRegularRingAroundVertex() local733 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 1)]; in gatherQuadRegularRingAroundVertex()734 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 2)]; in gatherQuadRegularRingAroundVertex()737 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 3)]; in gatherQuadRegularRingAroundVertex()769 int vInThisFace = vInFaces[fIncident]; in gatherQuadRegularPartialRingAroundVertex() local771 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 1)]; in gatherQuadRegularPartialRingAroundVertex()772 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 2)]; in gatherQuadRegularPartialRingAroundVertex()775 ringPoints[ringIndex++] = fPoints[fastMod4(vInThisFace + 3)]; in gatherQuadRegularPartialRingAroundVertex()