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 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:


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:39:00