NAME

Math::PlanePath::MathImageComplexIplus1 -- points in quater-imaginary base 2i

SYNOPSIS

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

DESCRIPTION

In progress.

This is ^ -2 -1 X=0 1 2 3 4 5

FUNCTIONS

$path = Math::PlanePath::MathImageComplexIplus1->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