is there any sample code to triangulation? many thanks!
triangulation
Collapse
This topic is closed.
X
X
-
Shi MuTags: None -
Jorgen Grahn
Re: triangulation
On Wed, 9 Nov 2005 04:14:22 -0800, Shi Mu <samrobertsmith @gmail.com> wrote:[color=blue]
> is there any sample code to triangulation? many thanks![/color]
Don;t know if this is what you're looking for, but I have some code here:
find(neighbors)
Find a (x, y) coordinate of a point, based on a sequence of (x, y, d) -
neighbor coordinates and their individual distances from the desired
point.
It's completely unsupported, and probably sucks badly. But it works for my
purposes, and there are unit tests.
/Jorgen
--
// Jorgen Grahn <jgrahn@ Ph'nglui mglw'nafh Cthulhu
\X/ algonet.se> R'lyeh wgah'nagl fhtagn!
Comment