Query: math::polygon::convex
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Math::Polygon::Convex(3pm) User Contributed Perl Documentation Math::Polygon::Convex(3pm)NAMEMath::Polygon::Convex - Collection of convex algorithmsINHERITANCEMath::Polygon::Convex is a ExporterSYNOPSISuse Math::Polygon::Convex qw/chainHull_2D/; my @points = ( [1,2], [2,4], [5,7], [1,2] ); my $poly = chainHull_2D @points;DESCRIPTIONThe "convex polygon" around a set of points, is the polygon with a minimal size which contains all points. This package contains one convex calculation algorithm, but may be extended with alternative implementations in the future.FUNCTIONSchainHull_2D(POINTS) Each POINT is an ARRAY of two elements: the X and Y coordinate of a point. Returned is the enclosing convex Math::Polygon object. Algorithm by Dan Sunday, http://geometryalgorithms.com/Archive/algorithm_0109/algorithm_0109.htmSEE ALSOThis module is part of Math-Polygon distribution version 1.02, built on September 19, 2011. Website: http://perl.overmeer.net/geo/LICENSECopyrights 2004,2006-2011 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html perl v5.12.4 2011-09-19 Math::Polygon::Convex(3pm)
Related Man Pages |
---|
geo::line(3pm) - debian |
geo::surface(3pm) - debian |
math::polygon::surface(3pm) - debian |
math::symbolic::parser::precompiled(3pm) - debian |
template::plugin::math(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Perl Module |
Editing the timestamp |
Finding files before a certain date with predefined format |
Math calculation over shell |
Linux Math Scripting |