|
ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
|
Ball {x : ||x - center|| <= radius}. More...
#include <ellipsoid_tree/geometry.hpp>
Public Attributes | |
| Eigen::VectorXd | center |
| Center point. | |
| double | radius |
| Radius (>= 0). | |
Ball {x : ||x - center|| <= radius}.
| Eigen::VectorXd ellipsoid_tree::Ball::center |
Center point.
| double ellipsoid_tree::Ball::radius |
Radius (>= 0).