lemmingapex / trilateration

Solves a formulation of n-D space trilateration problem using a nonlinear least squares optimizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do i get coordinate of esclipe's point

vitrinh282 opened this issue · comments

where do i get coordinate (x,y) from output?

Did you look at the README and/or the tests?

yes , but i'm still not clear, could you explain me how to get it?

// the answer
double[] centroid = optimum.getPoint().toArray();

System.out.println("x: " + centroid[0]);
System.out.println("y: " + centroid[1]);

thks but could you tell me about beacons? how many percents is right ?