Searched refs:signedOutsetsCW (Results 1 – 1 of 1) sorted by relevance
984 V4f signedOutsetsCW = edgeVectors.fInvSinTheta * signedEdgeDistances; in moveAlong() local987 fX += signedOutsetsCW * next_cw(edgeVectors.fDX) + signedOutsets * edgeVectors.fDX; in moveAlong()988 fY += signedOutsetsCW * next_cw(edgeVectors.fDY) + signedOutsets * edgeVectors.fDY; in moveAlong()992 signedOutsetsCW *= next_cw(edgeVectors.fInvLengths); in moveAlong()995 fU += signedOutsetsCW * next_cw(du) + signedOutsets * du; in moveAlong()996 fV += signedOutsetsCW * next_cw(dv) + signedOutsets * dv; in moveAlong()999 fR += signedOutsetsCW * next_cw(dr) + signedOutsets * dr; in moveAlong()