Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / 2geom / sbasis-geometric.h
index 18c666b11141b4cd2513fdc12ff8d11ce4ce9955..f7216c15a7e214e811d03e4ba45892f5b0b28f33 100644 (file)
@@ -99,6 +99,9 @@ cubics_with_prescribed_curvature(Point const &M0,   Point const &M1,
                                  int insist_on_speed_signs = 1,
                                  double error = 1e-5);
 
+
+std::vector<double> find_tangents(Point P, D2<SBasis> const &A);
+
 };
 
 #endif
@@ -112,5 +115,5 @@ cubics_with_prescribed_curvature(Point const &M0,   Point const &M1,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :