JuliaGeometry / JuliaGeometry/GeometricalPredicates.jl
Check many points in one given triangle
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 57
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Dear all, I just want to ask a simple question that if I want to check many points in one given triangle, what is the best way to implement it? It seems that there is no method matching Point(::Array{Float64,1}, ::Array{Float64,1}). The only way now I can try is giving a naive "for" loop.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a file, test, or entry point. Start by locating the Point and triangle-membership APIs and check how they handle arrays of coordinates; compare the existing loop-based behavior with any supported batch operation. Done means there is a clear, tested way to check many points against one triangle.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100