You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: