Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of clipPolygon3dHP.m for concave and all kind of 3d polygons. #175

Merged
merged 2 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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