Home

hersto:  Library/Chaser.cpp

Source of Library/Chaser.cpp:

Here is a link for right-clicking and downloading the file: Library/Chaser.cpp (776 Byte),

and below is its content to view online.



/*
  Chaser.cpp
 
  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_impl.h

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

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

 */


#include "Chaser.h"


// TBD: Implement!



__.-.__
end of document