-
This is a huge issue and must probably be split into multiple smaller ones.
Absolute values have the problem, the the algorithms are not invariant of model scaling and might fail.
Therefore, we …
-
Hi @phmkopp,
> Tl;dr
> I created a PR such that your vtu11 library can be used by people who manage their C++ dependencies with Conan.
[links to PR to follow]
Thank you for providing this …
-
## TASK
#### Description:
Our current math library is missing implementations for many geometric objects that would be useful in both 2D and 3D environments. At the moment there is only a Rectangle…
-
Hello,
Just to get familiar with this module, I'm trying to generate your "testnoavx" project first but I'm getting some compilation error.
![testnoavx_0](https://user-images.githubusercontent.com…
-
### Proposed new feature or change:
The current `_read_ugrid` assumes the coordinate values are in longitude and latitude. and **this not always true**.
https://github.com/UXARRAY/uxarray/blob/1c07b…
kjnam updated
3 months ago
-
Hello,
I have been trying to use TetWild but it seems with the default values but it never converges. It keeps churning messages.
Am I doing something wrong?
-
Data can be binned unevenly on the x and y dimensions, which means we basically have non-square pixels. For a 4-times binning on y direction, our pixels would be 4px tall and 1px wide. As an example, …
-
As of #1428 we now support basic geometric queries for all SVG shapes except for ``, namely ray intersection, closest point, and silhouette point queries. To support paths, we must extend the cur…
-
If you could provide a full list of:
- hardware,
- lib dependencies,
- what has been done
- what is missing
Then people could help you finish this.
Thanks!
-
Convex Hull using Graham’s Scan or Andrew's Monotone Chain
Description: Convex Hull algorithms find the smallest convex boundary around a set of points, useful in computational geometry.
Key Skill…