Public Member Functions

coordinate_converter< FromPointType, ToPointType, cartesian_cs< 2 >, polar_cs > Class Template Reference

A functor for the transformation from two-dimensional Cartesian coordinates to polar coodinates. More...

#include <point.hpp>

Public Member Functions

ToPointType operator() (FromPointType const &p_in)

Detailed Description

template<typename FromPointType, typename ToPointType>
class viennagrid::coordinate_converter< FromPointType, ToPointType, cartesian_cs< 2 >, polar_cs >

A functor for the transformation from two-dimensional Cartesian coordinates to polar coodinates.


Member Function Documentation

ToPointType operator() ( FromPointType const &  p_in  )  [inline]

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