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::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_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...
|
struct | boost::geometry::strategy::transform::services::default_strategy< CoordinateSystemTag1, CoordinateSystemTag2, CoordinateSystem1, CoordinateSystem2, Dimension1, Dimension2, Point1, Point2 > |
| Traits class binding a transformation strategy to a coordinate system. More...
|
Functions |
template<typename Geometry1 , typename Geometry2 , typename Strategy > |
bool | boost::geometry::transform (Geometry1 const &geometry1, Geometry2 &geometry2, Strategy const &strategy) |
| Transforms from one geometry to another geometry using the specified strategy.
|
template<typename Geometry1 , typename Geometry2 > |
bool | boost::geometry::transform (Geometry1 const &geometry1, Geometry2 &geometry2) |
| Transforms from one geometry to another geometry using a strategy.
|