NAME

App::MathImage::NumSeq::PlanePathDelta -- sequences of coordinates from PlanePath modules

SYNOPSIS

use App::MathImage::NumSeq::PlanePathDelta;
my $seq = App::MathImage::NumSeq::PlanePathDelta->new (planepath => 'SquareSpiral',
                                                  delta_type => 'dX');
my ($i, $value) = $seq->next;

DESCRIPTION

This is a tie-in to present coordinate changes from a Math::PlanePath module as a NumSeq sequence. The coordinate choices are

"dX"         change in X coordinate
"dY"         change in Y coordinate

FUNCTIONS

$seq = App::MathImage::NumSeq::PlanePathDelta->new (key=>value,...)

Create and return a new sequence object.

SEE ALSO

Math::NumSeq, Math::NumSeq::PlanePathCoord