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

Add TemplateHullIntersection #202

Merged
merged 1 commit into from
May 25, 2020
Merged

Conversation

mforets
Copy link
Member

@mforets mforets commented May 25, 2020

This method allows to evaluate X ∩ Y approximately using support function calls, using that the support function of X ∩ Y along direction d satisfies ρ(d, X ∩ Y) <= min(ρ(d, X), ρ(d, Y)). The template is a parameter of the type; if it's missing then we use the directions normal to X and Y.

Screenshot from 2020-05-25 12-08-18

Screenshot from 2020-05-25 12-08-04

Screenshot from 2020-05-25 13-17-06

Screenshot from 2020-05-25 12-07-54

@mforets mforets merged commit 3217556 into master May 25, 2020
@mforets mforets deleted the mforets/template_intersection branch May 25, 2020 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant