Skip to content

Commit

Permalink
tea_cup_algebra.py -> find_intersection to find_intersection_points
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Oct 15, 2024
1 parent 344c5af commit dd84840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tea_cup_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# Determine where the handle contacts the bowl
handle_intersections = [
tea_cup.find_intersection(
tea_cup.find_intersection_points(
Axis(origin=(0, 0, vertical_offset), direction=(1, 0, 0))
)[-1][0]
for vertical_offset in [35 * MM, 80 * MM]
Expand Down

0 comments on commit dd84840

Please sign in to comment.