Searched refs:miterDirection (Results 1 – 1 of 1) sorted by relevance
120 auto miterDirection = (norm + nextNorm) / length(norm + nextNorm); in corner() local122 …if (1.0f <= miterLimit * fabsf(miterDirection.x * norm.x + miterDirection.y * norm.y)) outPts.push… in corner()