#include <cstddef>
#include <boost/concept/requires.hpp>
#include <boost/geometry/geometries/concepts/point_concept.hpp>
#include <boost/geometry/util/select_coordinate_type.hpp>
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... | |