You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Primitives so far include Arc, Circle, Circle and Point.
If the user creates self-intersecting sketches, we want to be able to detect that and disable the collisions. Hence we need a function to return all intersection/split points.
Primitives so far include Arc, Circle, Circle and Point.
If the user creates self-intersecting sketches, we want to be able to detect that and disable the collisions. Hence we need a function to return all intersection/split points.
Basically implement src/intersections/mod.rs.
The text was updated successfully, but these errors were encountered: