Marcos Llobera

Results 7 issues of Marcos Llobera

### Describe the bug, what's wrong, and what you expected. I have tried running the following [example](https://docs.pyvista.org/examples/02-plot/image_depth.html) and I get the following error. While this example does not include the...

bug

Suggesting this function that returns the triangle (or -1 if no triangle exists) that contains a point

Based on what I have seen in your code I was wondering about the possibility of inserting the following functions into triangulator.cpp and *.h in order to extend your code...

I was wondering if you are considering the possibility of having some threshold error parameter so that the insertion of points would occur until a certain threshold error has been...

enhancement

This is possibly an old issue. I am using Matrix33 (M) and multiplying by a Vector3(v): M*v. It would appear that the multiplication does not follow the mathematical convention and...

I could not find this information so I thought I would ask here. Is there a way to be able to process an array or list of vectors all at...

I generated a regular triangulated mesh in order to represent a terrain (ideally this would be using a delaunay triangulation). I was wondering if trimesh has any functionality built in...