Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH authored Jul 10, 2024
1 parent faa1118 commit cc4401f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ range $[-142, 201]$. In particular:

If you need predicates outside of this range, ExactPredicates.jl might be preferable.

The package is still in development and is not registered. If you want to use the package, you can do
```julia
using Pkg
Pkg.add("https://github.com/JuliaGeometry/AdaptivePredicates.jl")
using AdaptivePredicates
```

## License
The original code is in the public domain and this Julia port is under the MIT License

## Translated primitives
- orient (2D)
- orient (2D)

0 comments on commit cc4401f

Please sign in to comment.