Add regression test for concave starting points. #135

This commit is contained in:
Alessandro Ranellucci 2013-06-22 15:22:58 +02:00
parent b35e668ee7
commit 64a21276e3
3 changed files with 32 additions and 2 deletions

View file

@ -154,6 +154,7 @@ sub split_at_first_point {
return $self->split_at_index(0);
}
# for cw polygons this will return convex points!
sub concave_points {
my $self = shift;