Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check many points in one given triangle #30

Open
YangshuaiWang opened this issue Nov 28, 2018 · 1 comment
Open

Check many points in one given triangle #30

YangshuaiWang opened this issue Nov 28, 2018 · 1 comment

Comments

@YangshuaiWang
Copy link

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.

@skariel
Copy link
Contributor

skariel commented Dec 2, 2018

the for loop will be fast, since the triangle has all possible pre-computations cached and done... I don;t think there's an optimization over that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants