#include <transform.hpp>
Public Member Functions | |
SphericalCoordinate | operator+ (const SphericalCoordinate &rhs) const |
SphericalCoordinate & | operator+= (const SphericalCoordinate &rhs) |
SphericalCoordinate () | |
SphericalCoordinate (const double theta, const double psi) | |
Public Attributes | |
double | psi |
double | theta |
Static Public Attributes | |
static const SphericalCoordinate | CENTER |
These parameters contain a spherical coordinate used by the transform function
Definition at line 68 of file transform.hpp.
SphericalCoordinate::SphericalCoordinate | ( | ) |
Definition at line 142 of file transform.cpp.
SphericalCoordinate::SphericalCoordinate | ( | const double | theta, |
const double | psi | ||
) |
Definition at line 148 of file transform.cpp.
SphericalCoordinate SphericalCoordinate::operator+ | ( | const SphericalCoordinate & | rhs | ) | const |
Definition at line 154 of file transform.cpp.
SphericalCoordinate & SphericalCoordinate::operator+= | ( | const SphericalCoordinate & | rhs | ) |
Definition at line 162 of file transform.cpp.
|
static |
Definition at line 86 of file transform.hpp.
double quori_face::SphericalCoordinate::psi |
Azimuthal angle of spherical coordinates on the head
Definition at line 81 of file transform.hpp.
double quori_face::SphericalCoordinate::theta |
Polar angle of spherical coordinates on the head
Definition at line 76 of file transform.hpp.