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.