ViennaGrid - The Vienna Grid Library
2.1.0
|
Provides the basic operations in a cylindrical coordinate system (rho, theta, z) More...
#include <point.hpp>
Static Public Member Functions | |
template<typename PointType > | |
static PointType & | inplace_stretch (PointType &p1, typename result_of::coord< PointType >::type factor) |
Implementation of p1 *= factor for a cylindrical coordinate system. | |
Static Public Attributes | |
static const int | dim = 3 |
Provides the basic operations in a cylindrical coordinate system (rho, theta, z)
static PointType& inplace_stretch | ( | PointType & | p1, |
typename result_of::coord< PointType >::type | factor | ||
) | [inline, static] |
Implementation of p1 *= factor for a cylindrical coordinate system.
const int dim = 3 [static] |