Searched refs:signedOutsetsCW (Results 1 – 1 of 1) sorted by relevance
960 V4f signedOutsetsCW = edgeVectors.fInvSinTheta * signedEdgeDistances; in moveAlong() local963 fX += signedOutsetsCW * next_cw(edgeVectors.fDX) + signedOutsets * edgeVectors.fDX; in moveAlong()964 fY += signedOutsetsCW * next_cw(edgeVectors.fDY) + signedOutsets * edgeVectors.fDY; in moveAlong()968 signedOutsetsCW *= next_cw(edgeVectors.fInvLengths); in moveAlong()971 fU += signedOutsetsCW * next_cw(du) + signedOutsets * du; in moveAlong()972 fV += signedOutsetsCW * next_cw(dv) + signedOutsets * dv; in moveAlong()975 fR += signedOutsetsCW * next_cw(dr) + signedOutsets * dr; in moveAlong()