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)NAMEGeometry::Primitive::Point - An XY coordinateDESCRIPTIONGeometry::Primitive::Point represents a location in two dimensional space.SYNOPSISuse Geometry::Primitive::Point; my $point = Geometry::Primitive::Point->new({ x => 2, y => 0 });ATTRIBUTESx Set/Get the X value. y Set/Get the Y value.METHODSnew Creates a new Geometry::Primitive::Point. equal_to Compares this point to another. to_string Return this point as a string $x,$yAUTHORCory 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)