...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Spherical (polar) coordinate system, in degree or in radian.
Defines the spherical coordinate system where points are defined in two angles and an optional radius usually known as r, theta, phi
template<typename DegreeOrRadian> struct cs::spherical : public core_detail::define_angular_units< DegreeOrRadian > { // ... };
Parameter |
Description |
---|---|
typename DegreeOrRadian |
Either
#include <boost/geometry.hpp>
Or
#include <boost/geometry/core/cs.hpp>