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

NAME

Math::PlanePath::SierpinskiArrowheadSkewed -- self-similar triangular path traversal

SYNOPSIS

 use Math::PlanePath::SierpinskiArrowheadSkewed;
 my $path = Math::PlanePath::SierpinskiArrowheadSkewed->new;
 my ($x, $y) = $path->n_to_xy (123);

DESCRIPTION

Old ...

FUNCTIONS

$path = Math::PlanePath::SierpinskiArrowheadSkewed->new ()

Create and return a new path object.

($x,$y) = $path->n_to_xy ($n)

Return the X,Y coordinates of point number $n on the path. Points begin at 0 and if $n < 0 then the return is an empty list.

SEE ALSO

Math::PlanePath, Math::PlanePath::KochCurve