The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

 use App::MathImage::NumSeq::PlanePathTurn;
 my $seq = App::MathImage::NumSeq::PlanePathTurn->new (planepath => 'SquareSpiral',
                                                   turn_type => 'LSR');
 my ($i, $value) = $seq->next;

DESCRIPTION

The sequence of turns in a Math::PlanePath path.

FUNCTIONS

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

Create and return a new sequence object.

SEE ALSO

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