Classes |
struct | boost::geometry::strategy::transform::copy_direct< P > |
| Transformation strategy to copy one point to another using assignment operator. More...
|
struct | boost::geometry::strategy::transform::copy_per_coordinate< P1, P2 > |
| Transformation strategy to do copy a point, copying per coordinate. More...
|
struct | boost::geometry::strategy::transform::degree_radian_vv< P1, P2, F > |
| Transformation strategy to go from degree to radian and back. More...
|
struct | boost::geometry::strategy::transform::degree_radian_vv_3< P1, P2, F > |
struct | boost::geometry::strategy::transform::from_cartesian_3_to_spherical_equatorial_2< P1, P2 > |
struct | boost::geometry::strategy::transform::from_cartesian_3_to_spherical_equatorial_3< P1, P2 > |
struct | boost::geometry::strategy::transform::from_cartesian_3_to_spherical_polar_2< P1, P2 > |
| Transformation strategy for 3D cartesian (x,y,z) to 2D spherical (phi,theta) More...
|
struct | boost::geometry::strategy::transform::from_cartesian_3_to_spherical_polar_3< P1, P2 > |
| Transformation strategy for 3D cartesian (x,y,z) to 3D spherical (phi,theta,r) More...
|
struct | boost::geometry::strategy::transform::from_spherical_equatorial_2_to_cartesian_3< P1, P2 > |
struct | boost::geometry::strategy::transform::from_spherical_equatorial_3_to_cartesian_3< P1, P2 > |
struct | boost::geometry::strategy::transform::from_spherical_polar_2_to_cartesian_3< P1, P2 > |
| Transformation strategy for 2D spherical (phi,theta) to 3D cartesian (x,y,z) More...
|
struct | boost::geometry::strategy::transform::from_spherical_polar_3_to_cartesian_3< P1, P2 > |
| Transformation strategy for 3D spherical (phi,theta,r) to 3D cartesian (x,y,z) More...
|
Namespaces |
namespace | boost |
namespace | boost::geometry |
namespace | boost::geometry::strategy |
namespace | boost::geometry::strategy::transform |