Searched defs:vv (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/numeric/
H A Dvector.h566 const VectorView & vv = reinterpret_cast<const VectorView &>(bvi); local
567 return vv;
575 VectorView & vv = reinterpret_cast<VectorView &>(bvi); local
576 return vv;
/inkscape/src/2geom/
H A Dconicsec.cpp432 Geom::NL::VectorView vv = M.row_view(i); local
433 vv[0] = P[0]*P[0];
434 vv[1] = P[0]*P[1];
435 vv[2] = P[1]*P[1];
436 vv[3] = P[0];
437 vv[4] = P[1];

Completed in 15 milliseconds