Searched refs:n_tgt (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathConversion.cpp | 1152 Geom::Point n_tgt = isD; local 1153 double si = dot(n_tgt, os_tgt); 1157 n_tgt = ieD; 1158 si = dot(n_tgt, oe_tgt); 1219 Geom::Point n_tgt; local 1227 TangentOnBezAt(0.0, iS, mid, fin, false, n_pos, n_tgt, n_len, n_rad); 1229 double si = dot(n_tgt, os_tgt); 1234 TangentOnBezAt(1.0, iS, mid, fin, false, n_pos, n_tgt, n_len, n_rad); 1236 si = dot(n_tgt, oe_tgt);
|
Completed in 18 milliseconds