NAME
Math::NumSeq::MathImagePlanePathN -- sequence of N from PlanePath module
SYNOPSIS
use Math::NumSeq::MathImagePlanePathN;
my $seq = Math::NumSeq::MathImagePlanePathN->new (planepath => 'SquareSpiral',
line_type => 'X_axis');
my ($i, $value) = $seq->next;
DESCRIPTION
This module presents N values from a Math::PlanePath
as a sequence. The default is the X axis, or the line_type
parameter (a string) can choose among
"X_axis" X axis
"Y_axis" Y axis
"Diagonal" leading diagonal X=Y
FUNCTIONS
$seq = Math::NumSeq::MathImagePlanePathN->new (key=>value,...)
-
Create and return a new sequence object.
SEE ALSO
Math::NumSeq Math::NumSeq::PlanePathCoord, Math::NumSeq::PlanePathDelta