Searched refs:path_parameter (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp463 Path::cut_position path_parameter; local
465 path_parameter = path_parameter_list[0];
467 path_parameter.piece = _path_fitted->descr_cmd.size() - 1;
468 path_parameter.t = 0.9999; // 1.0 will get the wrong tangent
474 const_cast<Path*>(_path_fitted)->PointAndTangentAt(path_parameter.piece, path_parameter.t, point, tangent);

Completed in 15 milliseconds