Lines Matching refs:nor
245 Geom::Point nor;
246 nor = dir.ccw();
251 x = pos + width * dir + width * nor;
253 x = pos + width * dir - width * nor;
255 x = pos + width * nor;
257 x = pos - width * nor;
265 leftNo = dest->AddPoint (pos + width * nor);
266 rightNo = dest->AddPoint (pos - width * nor);
273 const Geom::Point sx = pos + width * nor;
274 const Geom::Point ex = pos - width * nor;
278 RecRound (dest, rightNo, leftNo, ex, sx, -nor, nor, pos, width);
282 leftNo = dest->AddPoint (pos + width * nor);
283 rightNo = dest->AddPoint (pos - width * nor);