|
ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
|
Result of a closest-point query: the closest point and its squared distance. More...
#include <ellipsoid_tree/intersections.hpp>
Public Attributes | |
| Eigen::VectorXd | point |
| The closest point found. | |
| double | distance_squared |
| Squared distance from the query point to that closest point. | |
Result of a closest-point query: the closest point and its squared distance.
| Eigen::VectorXd ellipsoid_tree::ClosestPointResult::point |
The closest point found.
| double ellipsoid_tree::ClosestPointResult::distance_squared |
Squared distance from the query point to that closest point.