NAME

App::MathImage::NumSeq::PlanePathN -- sequence of N values from PlanePath module

SYNOPSIS

use App::MathImage::NumSeq::PlanePathN;
my $seq = App::MathImage::NumSeq::PlanePathN->new (planepath => 'SquareSpiral',
                                                   line_type => 'X');
my ($i, $value) = $seq->next;

DESCRIPTION

This module gives N values from a Math::PlanePath as a sequence.

FUNCTIONS

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

Create and return a new sequence object.

SEE ALSO

Math::NumSeq