|
struct | boost::geometry::degree |
| Unit of plane angle: Degrees. More...
|
|
struct | boost::geometry::radian |
| Unit of plane angle: Radians. More...
|
|
struct | boost::geometry::cs::cartesian |
| Cartesian coordinate system. More...
|
|
struct | boost::geometry::cs::geographic< DegreeOrRadian > |
| Geographic coordinate system, in degree or in radian. More...
|
|
struct | boost::geometry::cs::spherical< DegreeOrRadian > |
| Spherical (polar) coordinate system, in degree or in radian. More...
|
|
struct | boost::geometry::cs::spherical_equatorial< DegreeOrRadian > |
| Spherical equatorial coordinate system, in degree or in radian. More...
|
|
struct | boost::geometry::cs::polar< DegreeOrRadian > |
| Polar coordinate system. More...
|
|
struct | boost::geometry::traits::cs_tag< CoordinateSystem > |
| Traits class defining coordinate system tag, bound to coordinate system. More...
|
|
struct | boost::geometry::traits::cs_tag< cs::geographic< DegreeOrRadian > > |
|
struct | boost::geometry::traits::cs_tag< cs::spherical< DegreeOrRadian > > |
|
struct | boost::geometry::traits::cs_tag< cs::spherical_equatorial< DegreeOrRadian > > |
|
struct | boost::geometry::traits::cs_tag< cs::cartesian > |
|
struct | boost::geometry::cs_tag< Geometry > |
| Meta-function returning coordinate system tag (cs family) of any geometry. More...
|
|
struct | boost::geometry::is_radian< CoordinateSystem > |
| Meta-function to verify if a coordinate system is radian. More...
|
|
struct | boost::geometry::is_radian< CoordinateSystem< degree > > |
|