Kyle Beggs

Results 39 comments of Kyle Beggs

Why do you need a new type altogether? Don't we just need another constructor that converts to Float like with Point? Something like: ``` Julia const Vec{Dim, T} = SVector{Dim,T}...

I get this same error, but intermittent. If I re-run the function to compile it works sometimes. Like, literally do nothing else, just re-run 2 times in a row and...

The checks are failing because of other parts of the code, not what is included in this PR. I'm still kinda new to this - what is the procedure when...

Ah, I see. I fixed the issue. Tests still show one error but it seems to be in a completely different module

@simonschoelly @etiennedeg I am taking a new approach to this taking into account some of the comments. I converted this PR to a draft in the meantime

Just wanted to say thanks for working on this. With these planned updates, #293 will finally be able to be finished!

Oh, I developed this using the old Vec, forgot to run tests after fetching that update...

I've made most of the requested changes, but the issue is we need to also check if a ray intersects with an edge of the triangle. The issue right now...

Can you implement the ray-segment into the ray-triangle to check if the ray hits an edge of the triangle? We should have an option for the user to check this...

Hi @gdalle, yes I will take a look and use what is there already as building blocks. Will probably start working on this in a few weeks as I'm pretty...