X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fsynfig%2Fvaluenode_blinecalctangent.h;h=db5aeb3ddc6f320962fb85d8f77df1ca43e7710c;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=92e219a013b721a3b90a43dc1e6295e2a9926848;hpb=20067bb96af6946754e7ecb7b40673b818f6e5c2;p=synfig.git diff --git a/synfig-core/tags/stable/src/synfig/valuenode_blinecalctangent.h b/synfig-core/tags/stable/src/synfig/valuenode_blinecalctangent.h index 92e219a..db5aeb3 100644 --- a/synfig-core/tags/stable/src/synfig/valuenode_blinecalctangent.h +++ b/synfig-core/tags/stable/src/synfig/valuenode_blinecalctangent.h @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -40,6 +41,9 @@ class ValueNode_BLineCalcTangent : public LinkableValueNode ValueNode::RHandle bline_; ValueNode::RHandle loop_; ValueNode::RHandle amount_; + ValueNode::RHandle offset_; + ValueNode::RHandle scale_; + ValueNode::RHandle fixed_length_; ValueNode_BLineCalcTangent(const ValueBase::Type &x=ValueBase::TYPE_VECTOR); @@ -48,6 +52,7 @@ public: typedef etl::handle Handle; typedef etl::handle ConstHandle; + virtual ValueBase operator()(Time t, Real amount)const; virtual ValueBase operator()(Time t)const; virtual ~ValueNode_BLineCalcTangent();