Thea
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Source
Ball3.hpp
1
//============================================================================
2
//
3
// This file is part of the Thea toolkit.
4
//
5
// This software is distributed under the BSD license, as detailed in the
6
// accompanying LICENSE.txt file. Portions are derived from other works:
7
// their respective licenses and copyright information are reproduced in
8
// LICENSE.txt and/or in the relevant source files.
9
//
10
// Author: Siddhartha Chaudhuri
11
// First version: 2009
12
//
13
//============================================================================
14
15
#ifndef __Thea_Ball3_hpp__
16
#define __Thea_Ball3_hpp__
17
18
#include "Common.hpp"
19
#include "BallN.hpp"
20
21
namespace
Thea
{
22
23
#ifdef THEA_EXPORT_INSTANTIATION
24
template
class
THEA_API BallN<3, Real>;
25
#endif
26
28
typedef
BallN<3, Real>
Ball3
;
29
30
}
// namespace Thea
31
32
#endif
Thea
Root namespace for the Thea library.
Definition:
AffineTransform2.hpp:21
Thea::Ball3
BallN< 3, Real > Ball3
The default ball class in real 3-space.
Definition:
Ball3.hpp:28
Generated by
1.8.11