-
```
What steps will reproduce the problem?
1. g++ -Wall example0.cpp -o test
What is the expected output? What do you see instead?
Expect successful compile. Instead:
In file included from geodesic_…
-
Ie: perimeters.
I asked about it here without much luck for an explicit solution, though there are some pointers:
https://stackoverflow.com/questions/78359671/algorithm-for-insetting-boundary-edge…
-
```
What steps will reproduce the problem?
1. g++ -Wall example0.cpp -o test
What is the expected output? What do you see instead?
Expect successful compile. Instead:
In file included from geodesic_…
-
The Geodesic distance between two quaternions is given by :
![image](https://user-images.githubusercontent.com/63547155/131096219-d2965909-e301-4dc2-a50b-f337a81345ab.png)
Source: https://en.wikiped…
-
See https://groups.google.com/forum/#!topic/nat-user/3oozKMYg6zY
```r
#' Find geodesic distance along neuronal tree from the soma to every synapse
#'
#' @description Find the geodesic distance (…
-
```
What steps will reproduce the problem?
1. g++ -Wall example0.cpp -o test
What is the expected output? What do you see instead?
Expect successful compile. Instead:
In file included from geodesic_…
-
Hello,
it seems that heat geodesic is implemented only for triangular meshes. Is there any implementation plan for tetrahedral meshes?
thanks,
Petr Henyš
-
Hi there,
Thank you for releasing the codes. I recently found that the geodesic distance is only computed between points in the same face or in the faces which share the same vertex. I noticed tha…
-
The current code has moved several functions that refer to this constant out of geodesic and into geomath, where the constant is not available. Instead, it is passed as an argument. I think it would b…
-
```
What steps will reproduce the problem?
1. g++ -Wall example0.cpp -o test
What is the expected output? What do you see instead?
Expect successful compile. Instead:
In file included from geodesic_…