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

Geometry::Primitive::Bezier - Cubic Bézier Curve

Geometry::Primitive::Bezier represents a cubic Bézier curve.

  use Geometry::Primitive::Bezier;

  my $line = Geometry::Primitive::Bezier->new(
      start => $point1,
      control1 => $point2,
      control2 => $point3,
      end => $point4
  );

Set/Get the first control point of the curve.

Set/Get the second control point of the curve.

Set/Get the end point of the curve.

Set/Get the start point of the line.

Creates a new Geometry::Primitive::Bezier

Does nothing, as I'm not sure how. Patches or hints welcome.

Get the end point. Provided for Shape role.

Get the start point. Provided for Shape role.

Scales this curve by the amount provided. Multiplies each coordinate by the amount.

Guess!

Cory Watson <gphat@cpan.org>

You can redistribute and/or modify this code under the same terms as Perl itself.
2014-02-16 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.