debian man page for geometry::primitive::ellipse

Query: geometry::primitive::ellipse

OS: debian

Section: 3pm

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

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

NAME
Geometry::Primitive::Ellipse - An Ellipse
DESCRIPTION
Geometry::Primitive::Ellipse represents an elliptical conic section.
SYNOPSIS
use Geometry::Primitive::Ellipse; my $ellipse = Geometry::Primitive::Ellipse->new( width => 15, height => 10 ); print $ellipse->area;
ATTRIBUTES
height Set/Get the height of this ellipse. origin Set/Get the origin of this ellipse. width Set/Get the width of this ellipse.
METHODS
new Creates a new Geometry::Primitive::Ellipse area Returns the area of this ellipse. point_end Gets the "end" point for this Ellipse. Same as "point_start". point_start Get the point that "starts" this Ellipse. Returns the a point where the X coordinate is the Ellipse origin X and the origin Y + height / 2. scale ($amount) Returns a new ellipse whose radius is $amount times bigger than this one.
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::Ellipse(3pm)
Related Man Pages
geometry::primitive::arc(3pm) - debian
geometry::primitive::rectangle(3pm) - debian
graphics::primitive::border(3pm) - debian
graphics::primitive::driver::textlayout(3pm) - debian
graphics::primitive::paint::gradient::linear(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com