Cesare Caoduro
Cesare Caoduro
Same issue, is it possible to get a proper c# porting of the library?
Are you able to publish your solution? I’m trying to get it work with a new release of threejs and it keeps giving me errors
This is the configuration of my project    
The import is in the first screenshot
@ZiyunShang following @kronz message above, we are trying to generate a set of heatmaps between different surfaces. Both the reference and the report should be a list of surfaces (if...
Basically the idea is to have a base surface (or surfaces) and another set of surfaces and calculate di distance in between. Then use a surface display to report this...
http://www.it.uu.se/edu/course/homepage/projektTDB/ht13/project10/Project-10-report.pdf https://github.com/Liagson/ConcaveHullGenerator https://www.codeproject.com/Articles/1201438/The-Concave-Hull-of-a-Set-of-Points
I would probably go for the implementation of Clipper wrapper for polygon operations. This seems to be a pretty common practice.
If the divide by count is calculated along the curve, it is not the same distance. For the chord length, di distance between two consecutive points has to be the...
Correct