File: 007usefullrange.t

package info (click to toggle)
libmath-clipper-perl 1.29-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 484 kB
  • sloc: cpp: 3,450; perl: 138; makefile: 3
file content (7 lines) | stat: -r--r--r-- 135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use Math::Clipper ':all';
use Test::More tests=>1;

my $clipper = Math::Clipper->new;

$clipper->use_full_coordinate_range(1);
pass();