All Classes Functions Variables
Public Member Functions | Public Attributes | List of all members
EnjoLib::Spherical Struct Reference

Spherical coordinate system. More...

#include <Spherical.hpp>

Public Member Functions

 Spherical ()
 Default Ctor.
 Spherical (double r, double theta, double phi)
 Ctor.

Public Attributes

double r
 r coord
double theta
 theta coord
double phi
 phi coord

Detailed Description

Spherical coordinate system.

For more info, see: http://en.wikipedia.org/wiki/Spherical_coordinate_system

Constructor & Destructor Documentation

Spherical::Spherical ( double  r,
double  theta,
double  phi 
)

Ctor.

Parameters
rcoord
thetacoord
phicoord

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