Public Types | Public Member Functions | Public Attributes
Ball< Dim > Struct Template Reference

List of all members.

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 32 of file BVH.cpp.


Member Typedef Documentation

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

Definition at line 36 of file BVH.cpp.


Constructor & Destructor Documentation

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

Definition at line 38 of file BVH.cpp.

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

Definition at line 39 of file BVH.cpp.


Member Data Documentation

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

Definition at line 41 of file BVH.cpp.

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

Definition at line 42 of file BVH.cpp.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:53