Skip to content
Prev 176084 / 398503 Next

error in trmesh (alphahull package)

Hello,
The problem is that your first three points CANNOT be collinear. This is 
a feature of trmesh in tripack. So: either you "unsort" your data 
(keeping the indices you can sort them again) or alter (e.g. jitter) the 
coordinates very slightly. Either solution will do the work.
Cheers,
Jos? M. Blanco


Murray Richardson escribi?: