NAME
Math::PlanePath::MathImageComplexPlus -- points in quater-imaginary base 2i
SYNOPSIS
use Math::PlanePath::MathImageComplexPlus;
my $path = Math::PlanePath::MathImageComplexPlus->new;
my ($x, $y) = $path->n_to_xy (123);
DESCRIPTION
In progress.
This is ^ -2 -1 X=0 1 2 3 4 5
FUNCTIONS
See "FUNCTIONS" in Math::PlanePath for the behaviour common to all path classes.
$path = Math::PlanePath::MathImageComplexPlus->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.