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
 

Detailed Description

template<int Dim>
struct Ball< Dim >

Definition at line 23 of file BVH.cpp.

Member Typedef Documentation

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

Definition at line 27 of file BVH.cpp.

Constructor & Destructor Documentation

template<int Dim>
Ball< Dim >::Ball ( )
inline

Definition at line 29 of file BVH.cpp.

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

Definition at line 30 of file BVH.cpp.

Member Data Documentation

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

Definition at line 32 of file BVH.cpp.

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

Definition at line 33 of file BVH.cpp.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:09:50