Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::detail::dot_product_maker< P1, P2, DimensionCount, DimensionCount > Struct Template Reference

#include <dot_product.hpp>

Public Types

typedef select_coordinate_type
< P1, P2 >::type 
coordinate_type
 

Static Public Member Functions

static coordinate_type apply (P1 const &p1, P2 const &p2)
 

Member Typedef Documentation

template<typename P1 , typename P2 , std::size_t DimensionCount>
typedef select_coordinate_type<P1, P2>::type boost::geometry::detail::dot_product_maker< P1, P2, DimensionCount, DimensionCount >::coordinate_type

Member Function Documentation

template<typename P1 , typename P2 , std::size_t DimensionCount>
static coordinate_type boost::geometry::detail::dot_product_maker< P1, P2, DimensionCount, DimensionCount >::apply ( P1 const &  p1,
P2 const &  p2 
)
inlinestatic

The documentation for this struct was generated from the following file: