Skip to content

Commit

Permalink
Define orient and sameside in Predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Apr 25, 2024
1 parent 26d2c2e commit 01b77ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/methods/clipping/predicates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module Predicates

using ExactPredicates: ext, inp

orient(args...) = ExactPredicates.orient(args...)
sameside(args...) = ExactPredicates.sameside(args...)

# This is the implementation of r_cross_s from 2 points in the `_intersection_points` file.
# 0 == parallel
function isparallel(a1, a2, b1, b2)
Expand Down

0 comments on commit 01b77ab

Please sign in to comment.