Public Types | Static Public Member Functions

spherical_cs Struct Reference

Provides the basic operations in a spherical coordinate system (r, theta, phi) with theta denoting the elevation angle. More...

#include <point.hpp>

Inheritance diagram for spherical_cs:
cs_base< spherical_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)

Detailed Description

Provides the basic operations in a spherical coordinate system (r, theta, phi) with theta denoting the elevation angle.


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]

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