Skip to content

Commit

Permalink
Merge pull request #175 from oqilipo/master
Browse files Browse the repository at this point in the history
Update of clipPolygon3dHP.m for concave and all kind of 3d polygons.
  • Loading branch information
dlegland authored Oct 17, 2023
2 parents 7eceb77 + a9cf605 commit f9db726
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 400 deletions.
310 changes: 0 additions & 310 deletions CHANGELOG.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
% Created: 2007-01-05
% Copyright 2007-2023 INRA - BIA PV Nantes - MIAJ Jouy-en-Josas

warning('MatGeom:deprecation', ...
'Deprecated function, use ''clipPolygon3dHP'' instead');

% ensure last point is the same as the first one
if sum(poly(end, :) == poly(1,:)) ~= 3
poly = [poly; poly(1,:)];
Expand Down
Loading

0 comments on commit f9db726

Please sign in to comment.