TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
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

◆ Ball() [2/2]

template<int Dim>
Ball< Dim >::Ball ( const VectorType c,
double  r 
)
inline

Member Data Documentation

◆ center

template<int Dim>
VectorType Ball< Dim >::center

◆ radius

template<int Dim>
double Ball< Dim >::radius

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