Implementation of the inner product in two dimensions. More...
#include <inner_prod.hpp>
Public Types | |
typedef traits::value_type < PointType >::type | value_type |
Static Public Member Functions | |
template<typename PointType2 > | |
static value_type | apply (PointType const &p1, PointType2 const &p2) |
Implementation of the inner product in two dimensions.
typedef traits::value_type<PointType>::type value_type |
static value_type apply | ( | PointType const & | p1, | |
PointType2 const & | p2 | |||
) | [inline, static] |