X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fblineconvert.h;h=2b27187fbf62a367ca750b4164a7c7887da89e62;hb=a0306607ec66a57fe2537e921a6772eaab606d2c;hp=5cf91abafbbf7bce7cb3dd28c23eb9fedb1b346a;hpb=70f5ca3b52b0ea0c23a508165de0ebd47046f090;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/blineconvert.h b/synfig-studio/trunk/src/synfigapp/blineconvert.h index 5cf91ab..2b27187 100644 --- a/synfig-studio/trunk/src/synfigapp/blineconvert.h +++ b/synfig-studio/trunk/src/synfigapp/blineconvert.h @@ -83,9 +83,9 @@ private: std::vector ftemp; std::vector deriv; //the derivative cache - std::vector cvt; //the curvature cache + std::vector curvature; //the curvature cache - std::vector brk; //the break point cache + std::vector break_tangents; //the break point cache std::vector cum_dist, //cumulative distance this_dist; //distance between adjacent segments