Public Types | Static Public Member Functions

cylindrical_cs Struct Reference

Provides the basic operations in a cylindrical coordinate system (rho, theta, z). More...

#include <point.hpp>

Inheritance diagram for cylindrical_cs:
cs_base< cylindrical_cs >

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.

Detailed Description

Provides the basic operations in a cylindrical coordinate system (rho, theta, z).


Member Enumeration Documentation

anonymous enum
Enumerator:
dim 

Member Function Documentation

static PointType& inplace_stretch ( PointType &  p1,
typename traits::value_type< PointType >::type  factor 
) [inline, static]

Implementation of p1 *= factor for a cylindrical coordinate system.


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