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