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::Arc(3) User Contributed Perl Documentation Geometry::Primitive::Arc(3)

Geometry::Primitive::Arc - Portion of the circumference of a Circle

Geometry::Primitive::Arc represents a closed segment of a curve.

  use Geometry::Primitive::Arc;

  my $arc = Geometry::Primitive::Arc->new(
      angle_start => 0,
      angle_end => 1.57079633,
      radius => 15
  );

The starting angle for this arc in radians.

The ending angle for this arc in radians.

Returns the radius of the arc.

Set/Get the origin of this arc.

Creates a new Geometry::Primitive::Arc

Given angle in radians returns the point at that angle on this arc. Returns undef if the angle falls outside this arc's range.

Returns the length of this arc.

Get the end point. Provided for Shape role.

Get the start point. Provided for Shape role.

Increases the radius by multiplying it by the supplied amount.

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.