Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2022. The current version is 1.90.0.
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>