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

Bevel path node #2039

Open
0HyperCube opened this issue Oct 16, 2024 · 0 comments
Open

Bevel path node #2039

0HyperCube opened this issue Oct 16, 2024 · 0 comments
Labels
Feature New feature or request Rust Involves Rust programming for the backend

Comments

@0HyperCube
Copy link
Member

Add a node to bevel some vector data.

For each point in a path that is connected to exactly 2 segments:

  • If the tangent of the ends of the two segments are scalar multiples, discard.
  • Otherwise, offset by the user specified amount into both segments and insert new points.
  • Delete the original point.
  • Connect the two new points with a straight line segment.

Not in scope:

  • Cleaning up paths where bevels overlap.
  • Bevelling only particular points (possibly selected in the viewport by the user).
  • Dealing with mesh paths (beyond ignoring points with >2 segments).
@0HyperCube 0HyperCube added Feature New feature or request Rust Involves Rust programming for the backend labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request Rust Involves Rust programming for the backend
Projects
Status: Short-Term
Development

No branches or pull requests

1 participant