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
GPC(3) User Contributed Perl Documentation GPC(3)

Math::Geometry::Planar::GPC - Perl wrapper for Alan Murta's gpc library

use Math::Geometry::Planar::GPC;

This module is just a wrapper around the gpc C library written by Alan Murta

gpc: General Polygon Clipping library (C) 1997-1999, Advanced Interfaces Group, University of Manchester.

Please refer to the gpc manual for more details on gpc.

The available methods are:

  • Math::Geometry::Planar::GPC::int_array
  • Math::Geometry::Planar::GPC::int_destroy
  • Math::Geometry::Planar::GPC::int_set
  • Math::Geometry::Planar::GPC::int_get

  • Math::Geometry::Planar::GPC::gpc_vertex_array
  • Math::Geometry::Planar::GPC::gpc_vertex_destroy
  • Math::Geometry::Planar::GPC::gpc_vertex_set
  • Math::Geometry::Planar::GPC::gpc_vertex_get

  • Math::Geometry::Planar::GPC::gpc_vertex_list_array
  • Math::Geometry::Planar::GPC::gpc_vertex_list_destroy
  • Math::Geometry::Planar::GPC::gpc_vertex_list_set
  • Math::Geometry::Planar::GPC::gpc_vertex_list_get

  • Math::Geometry::Planar::GPC::gpc_vertex_x_set
  • Math::Geometry::Planar::GPC::gpc_vertex_x_get
  • Math::Geometry::Planar::GPC::gpc_vertex_y_set
  • Math::Geometry::Planar::GPC::gpc_vertex_y_get
  • Math::Geometry::Planar::GPC::new_gpc_vertex
  • Math::Geometry::Planar::GPC::delete_gpc_vertex

  • Math::Geometry::Planar::GPC::gpc_vertex_list_num_vertices_set
  • Math::Geometry::Planar::GPC::gpc_vertex_list_num_vertices_get
  • Math::Geometry::Planar::GPC::gpc_vertex_list_vertex_set
  • Math::Geometry::Planar::GPC::gpc_vertex_list_vertex_get
  • Math::Geometry::Planar::GPC::new_gpc_vertex_list
  • Math::Geometry::Planar::GPC::delete_gpc_vertex_list

  • Math::Geometry::Planar::GPC::gpc_polygon_num_contours_set
  • Math::Geometry::Planar::GPC::gpc_polygon_num_contours_get
  • Math::Geometry::Planar::GPC::gpc_polygon_hole_set
  • Math::Geometry::Planar::GPC::gpc_polygon_hole_get
  • Math::Geometry::Planar::GPC::gpc_polygon_contour_set
  • Math::Geometry::Planar::GPC::gpc_polygon_contour_get
  • Math::Geometry::Planar::GPC::new_gpc_polygon
  • Math::Geometry::Planar::GPC::delete_gpc_polygon

  • Math::Geometry::Planar::GPC::gpc_tristrip_num_strips_set
  • Math::Geometry::Planar::GPC::gpc_tristrip_num_strips_get
  • Math::Geometry::Planar::GPC::gpc_tristrip_strip_set
  • Math::Geometry::Planar::GPC::gpc_tristrip_strip_get
  • Math::Geometry::Planar::GPC::new_gpc_tristrip
  • Math::Geometry::Planar::GPC::delete_gpc_tristrip

  • Math::Geometry::Planar::GPC::gpc_read_polygon
  • Math::Geometry::Planar::GPC::gpc_write_polygon
  • Math::Geometry::Planar::GPC::gpc_add_contour
  • Math::Geometry::Planar::GPC::gpc_polygon_clip
  • Math::Geometry::Planar::GPC::gpc_tristrip_clip
  • Math::Geometry::Planar::GPC::gpc_polygon_to_tristrip
  • Math::Geometry::Planar::GPC::gpc_free_polygon
  • Math::Geometry::Planar::GPC::gpc_free_tristrip
2003-06-12 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.