NAME

Math::NumSeq::MathImagePlanePathTurn -- sequences of coordinates from PlanePath modules

SYNOPSIS

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

DESCRIPTION

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

FUNCTIONS

$seq = Math::NumSeq::MathImagePlanePathTurn->new (key=>value,...)

Create and return a new sequence object.

SEE ALSO

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