ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
Loading...
Searching...
No Matches
ellipsoid_tree::Ball Struct Reference

Ball {x : ||x - center|| <= radius}. More...

#include <ellipsoid_tree/geometry.hpp>

Public Attributes

Eigen::VectorXd center
 Center point.
 
double radius
 Radius (>= 0).
 

Detailed Description

Ball {x : ||x - center|| <= radius}.

Member Data Documentation

◆ center

Eigen::VectorXd ellipsoid_tree::Ball::center

Center point.

◆ radius

double ellipsoid_tree::Ball::radius

Radius (>= 0).


The documentation for this struct was generated from the following file: