GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Geometry::Primitive::Ellipse(3) User Contributed Perl Documentation Geometry::Primitive::Ellipse(3)

Geometry::Primitive::Ellipse - An Ellipse

Geometry::Primitive::Ellipse represents an elliptical conic section.

  use Geometry::Primitive::Ellipse;

  my $ellipse = Geometry::Primitive::Ellipse->new(
      width => 15,
      height => 10
  );
  print $ellipse->area;

Set/Get the height of this ellipse.

Set/Get the origin of this ellipse.

Set/Get the width of this ellipse.

Creates a new Geometry::Primitive::Ellipse

Returns the area of this ellipse.

Gets the "end" point for this Ellipse. Same as "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.

Returns a new ellipse whose radius is $amount times bigger than this one.

Cory Watson <gphat@cpan.org>

You can redistribute and/or modify this code under the same terms as Perl itself.
2014-01-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.