Public Types | |
typedef Matrix< double, Dim, 1 > | VectorType |
Public Member Functions | |
Ball () | |
Ball (const VectorType &c, double r) | |
Public Attributes | |
VectorType | center |
double | radius |
typedef Matrix<double, Dim, 1> Ball< Dim >::VectorType |
|
inline |
VectorType Ball< Dim >::center |