Provides the basic operations in a cylindrical coordinate system (rho, theta, z). More...
#include <point.hpp>
Public Types | |
enum | { dim = 3 } |
Static Public Member Functions | |
template<typename PointType > | |
static PointType & | inplace_stretch (PointType &p1, typename traits::value_type< PointType >::type factor) |
Implementation of p1 *= factor for a cylindrical coordinate system. |
Provides the basic operations in a cylindrical coordinate system (rho, theta, z).
static PointType& inplace_stretch | ( | PointType & | p1, | |
typename traits::value_type< PointType >::type | factor | |||
) | [inline, static] |
Implementation of p1 *= factor for a cylindrical coordinate system.