|
Math::Geometry::Planar::GPC - Perl wrapper for Alan Murta's gpc library
|
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::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_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 - Perl wrapper for Alan Murta's gpc library
|