Robotics Library  0.7.0
Public Types | Public Member Functions | List of all members
rl::math::metrics::L2Squared< T > Struct Template Reference

#include <L2Squared.h>

Public Types

typedef T::value_type Distance
 
typedef T::size_type Size
 
typedef T Value
 

Public Member Functions

Distance operator() (const Value &lhs, const Value &rhs) const
 
Distance operator() (const Distance &lhs, const Distance &rhs, const Size &index) const
 

Member Typedef Documentation

◆ Distance

template<typename T >
typedef T::value_type rl::math::metrics::L2Squared< T >::Distance

◆ Size

template<typename T >
typedef T::size_type rl::math::metrics::L2Squared< T >::Size

◆ Value

template<typename T >
typedef T rl::math::metrics::L2Squared< T >::Value

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
Distance rl::math::metrics::L2Squared< T >::operator() ( const Distance lhs,
const Distance rhs,
const Size index 
) const
inline

◆ operator()() [2/2]

template<typename T >
Distance rl::math::metrics::L2Squared< T >::operator() ( const Value lhs,
const Value rhs 
) const
inline

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