debian man page for geometry::primitive::point

Query: geometry::primitive::point

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Geometry::Primitive::Point(3pm) 			User Contributed Perl Documentation			   Geometry::Primitive::Point(3pm)

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 });
ATTRIBUTES
x Set/Get the X value. y Set/Get the Y value.
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
AUTHOR
Cory Watson <gphat@cpan.org> COPYRIGHT &; LICENSE You can redistribute and/or modify this code under the same terms as Perl itself. perl v5.10.1 2010-01-10 Geometry::Primitive::Point(3pm)
Related Man Pages
geometry::primitive(3pm) - debian
graphics::primitive::brush(3pm) - debian
graphics::primitive::componentlist(3pm) - debian
graphics::primitive::driver(3pm) - debian
graphics::primitive::paint::gradient::radial(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
Weird 'find' results