Query: geometry::primitive::circle
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Geometry::Primitive::Circle(3pm) User Contributed Perl Documentation Geometry::Primitive::Circle(3pm)NAMEGeometry::Primitive::Circle - A CircleDESCRIPTIONGeometry::Primitive::Circle represents an ellipse with equal width and height.SYNOPSISuse Geometry::Primitive::Circle; my $circle = Geometry::Primitive::Circle->new( radius => 15 ); print $circle->diameter;ATTRIBUTESorigin Set/Get the origin of this circle. radius Set/Get the radius of this circle.METHODSnew Creates a new Geometry::Primitive::Circle area Returns the area of this circle. circumference Returns the circumference of this circle. diameter Returns the diameter of this circle scale ($amount) Returns a new circle whose radius is $amount times bigger than this one. point_end Set/Get the "end" point of this cicle. Calls "point_start". point_start Set/Get the "start" point of this cicle. Returns the point at the circle's origin X coordinate and the origin Y coordinate + radius / 2.AUTHORCory 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::Circle(3pm)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
One instance of comparing grep and awk |
Weird 'find' results |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |