Ball< Dim > Struct Template Reference

Public Types

typedef Matrix< double, Dim, 1 > VectorType
 

Public Member Functions

 Ball ()
 
 Ball (const VectorType &c, double r)
 

Public Attributes

VectorType center
 
double radius
 

Member Typedef Documentation

◆ VectorType

template<int Dim>
typedef Matrix<double, Dim, 1> Ball< Dim >::VectorType

Constructor & Destructor Documentation

◆ Ball() [1/2]

template<int Dim>
Ball< Dim >::Ball ( )
inline
30 {}

◆ Ball() [2/2]

template<int Dim>
Ball< Dim >::Ball ( const VectorType c,
double  r 
)
inline
31 : center(c), radius(r) {}
r
Definition: UniformPSDSelfTest.py:20
int c
Definition: calibrate.py:100
VectorType center
Definition: BVH.cpp:33
double radius
Definition: BVH.cpp:34

Member Data Documentation

◆ center

◆ radius


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