https://github.com/salva/p5-math-vector-real-polyline
Methods for handling polylines
https://github.com/salva/p5-math-vector-real-polyline
Last synced: 3 months ago
JSON representation
Methods for handling polylines
- Host: GitHub
- URL: https://github.com/salva/p5-math-vector-real-polyline
- Owner: salva
- Created: 2017-08-29T16:50:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T11:30:58.000Z (over 5 years ago)
- Last Synced: 2023-03-10T19:41:00.770Z (over 2 years ago)
- Language: Perl
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Math-Vector-Real-Polyline
=========================This module implements several polyline related algorithms.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
Math::Vector::Real
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2017 by Salvador Fandino
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.24.1 or,
at your option, any later version of Perl 5 you may have available.