The closest-point tag has no wiki summary.
4
votes
2answers
49 views
Library for closest point on a polyhedron
I need to compute a closest point on a nonconvex polyhedron to a given point in 3D space. I need a simple algorithm or library. I search in CGAL but did not find a suitable function and the package is ...
1
vote
1answer
40 views
closest point to a polyhedral cone
I have a 6-sided equilateral polyhedral cone in $R^3$ defined by a symmetric set of
equations:
$C=\{(X_1,X_2,X_3)\ |\ K X_i\leq X_j \forall i,j\in\{1,2,3\}\}$
Given an point $P=(P_1,P_2,P_3)$, I ...