Chemical Data Processing Library C++ API - Version 1.1.1
Public Types | Static Public Member Functions | List of all members
CDPL::Math::VectorAngleCosine< V1, V2, T > Struct Template Reference

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::VectorAngleCosine< V1, V2, T >:

Public Types

typedef CommonType< typename VectorInnerProduct< V1, V2 >::ResultType, T >::Type ResultType
 
- Public Types inherited from CDPL::Math::VectorScalarBinaryFunctor< V1, V2 >
typedef CommonType< typename V1::ValueType, typename V2::ValueType >::Type ResultType
 

Static Public Member Functions

static ResultType apply (const VectorExpression< V1 > &e1, const VectorExpression< V2 > &e2, const T &sd, bool clamp)
 

Member Typedef Documentation

◆ ResultType

template<typename V1 , typename V2 , typename T >
typedef CommonType<typename VectorInnerProduct<V1, V2>::ResultType, T>::Type CDPL::Math::VectorAngleCosine< V1, V2, T >::ResultType

Member Function Documentation

◆ apply()

template<typename V1 , typename V2 , typename T >
static ResultType CDPL::Math::VectorAngleCosine< V1, V2, T >::apply ( const VectorExpression< V1 > &  e1,
const VectorExpression< V2 > &  e2,
const T &  sd,
bool  clamp 
)
inlinestatic

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