Acoustic FDTD Solver
Main Page
Classes
Files
File List
File Members
include
SpherePosition.hpp
Go to the documentation of this file.
1
#ifndef SPHEREPOSITION_HPP
2
#define SPHEREPOSITION_HPP
3
4
#include "
constant.hpp
"
5
6
class
SpherePosition
;
7
8
#include "
CartPosition.hpp
"
9
13
class
SpherePosition
{
14
public
:
15
double
r
;
16
double
theta
;
17
double
phi
;
23
SpherePosition
(
double
a,
double
t,
double
p);
27
SpherePosition
(
double
t,
double
p);
31
CartPosition
toCart
();
32
};
33
34
#endif
35
Generated on Sun Jun 30 2013 00:04:08 for Acoustic FDTD Solver by
1.8.1.2