Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dot_product.hpp File Reference
Include dependency graph for dot_product.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::geometry::detail::dot_product_maker< P1, P2, Dimension, DimensionCount >
 
struct  boost::geometry::detail::dot_product_maker< P1, P2, DimensionCount, DimensionCount >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::detail
 

Functions

template<typename Point1 , typename Point2 >
select_coordinate_type< Point1,
Point2 >::type 
boost::geometry::dot_product (Point1 const &p1, Point2 const &p2)
 Computes the dot product (or scalar product) of 2 vectors (points). More...