Added a slower but more accurate find_closest() routine to _bezier.h. Added a parame...
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / plant.h
index bcda00d..54dafe4 100644 (file)
@@ -2,19 +2,20 @@
 /*!    \file plant.h
 **     \brief Template Header
 **
-**     $Id: plant.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
-**     Copyright (c) 2002 Robert B. Quattlebaum Jr.
+**     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
-**     This software and associated documentation
-**     are CONFIDENTIAL and PROPRIETARY property of
-**     the above-mentioned copyright holder.
+**     This package is free software; you can redistribute it and/or
+**     modify it under the terms of the GNU General Public License as
+**     published by the Free Software Foundation; either version 2 of
+**     the License, or (at your option) any later version.
 **
-**     You may not copy, print, publish, or in any
-**     other way distribute this software without
-**     a prior written agreement with
-**     the copyright holder.
+**     This package is distributed in the hope that it will be useful,
+**     but WITHOUT ANY WARRANTY; without even the implied warranty of
+**     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+**     General Public License for more details.
 **     \endlegal
 */
 /* ========================================================================= */
@@ -61,7 +62,7 @@ private:
        {
                synfig::Point point;
                synfig::Color color;
-               
+
                Particle(const synfig::Point &point,const synfig::Color& color):
                        point(point),color(color) { }
        };
@@ -79,10 +80,10 @@ private:
        int sprouts;
        synfig::Real random_factor;
        Random random;
-       
+
        bool size_as_alpha;
        mutable bool needs_sync_;
-       
+
 
        void branch(int n, int depth,float t, float stunt_growth, synfig::Point position,synfig::Vector velocity)const;