NAME

Algorithm::Easing::Ease - This is the base class for an ease.

INTRODUCTION

The easing functions in extending this class are :

      Arguments : 
          t = time,
          b = begin,
          c = change,
          d = duration,
      Return :
          p = position,
          
      my $p = $obj->ease_both($t,$b,$c,$d);

      This method is used for a linear translation between two positive real whole integers using a positive real integer as the parameter for time.

    Jason McVeigh, <jmcveigh@outlook.com>

COPYRIGHT AND LICENSE

Copyright 2016 by Jason McVeigh

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 40:

=over should be: '=over' or '=over positive_number'

Around line 54:

=over should be: '=over' or '=over positive_number'

Around line 70:

=back doesn't take any parameters, but you said =back =head1 AUTHOR

Around line 75:

You forgot a '=back' before '=head1'