Tagged Questions
2
votes
2answers
1k views
Calculating a Voronoi diagram for planes in 3D
Is there a code/library that can calculate a Voronoi diagram for planes (parallelograms) in 3D? I checked Qhull and it seems it can only work with points, in its examples Voro++ works with different ...
1
vote
3answers
1k views
3D Trilateration using given distances of unknown fixed points
I am new to this forum and not a native english speaker, so please be nice! :)
Here is the challenge I face at the moment:
I want to calculate the (approximate) relative coordinates of yet unknown ...
0
votes
3answers
1k views
Determine Point Coordinates In 3D
I have a line that exists in 3d that is between two known points: {X1, Y1, Z1} and {X2, Y2, Z2}.
I also know that I am a certain distance for one of the points: D
How can I determine what the ...