triangulation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shi Mu

    #1

    triangulation

    is there any sample code to triangulation? many thanks!
  • Jorgen Grahn

    #2
    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

    Working...