Home

hersto:  Library/Chaser_impl.h

Source of Library/Chaser_impl.h:

Here is a link for right-clicking and downloading the file: Library/Chaser_impl.h (773 Byte),

and below is its content to view online.


/*
  Chaser_impl.h
 
  A C++ implementation of a Chaser.

  Author:
      Herbert Stocker

  Underlying Paper:
      "Linear Filters - Animating Objects in a
      Flexible and Pleasing Way" by Herbert Stocker

  HomePage:
      http://www.hersto.net/Followers
      (various resources there)

  License:
      You may use this file in any project and
      modify it as long as you keep this comment
      block unchanged.

  Accompanying Files:
      Chaser.h
      Chaser.cpp

  Required Files:
      Follower_Trait.h
      Follower_Trait.cpp
      Follower_Trait_impl.h
      TimeDependent.h
      TimeDependent.cpp

  Documentation:
      See http://www.hersto.net/Followers

 */


#include <exception>


//  TBD: Impelent!


__.-.__
end of document