Cory Watson > Geometry-Primitive-0.16 > Geometry::Primitive::Point

Download:
Geometry-Primitive-0.16.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: Geometry-Primitive-0.19

NAME ^

Geometry::Primitive::Point - An XY coordinate

DESCRIPTION ^

Geometry::Primitive::Point represents a location in two dimensional space.

SYNOPSIS ^

  use Geometry::Primitive::Point;

  my $point = Geometry::Primitive::Point->new({ x => 2, y => 0 });

METHODS ^

new

Creates a new Geometry::Primitive::Point.

equal_to

Compares this point to another.

to_string

Return this point as a string $x,$y

x

Set/Get the X value.

y

Set/Get the Y value.

AUTHOR ^

Cory Watson <gphat@cpan.org>

COPYRIGHT & LICENSE ^

You can redistribute and/or modify this code under the same terms as Perl itself.