Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Functional.hpp>
Public Types | |
typedef QuaternionVectorBinaryFunctor< Q, V >::ValueType | ValueType |
typedef QuaternionVectorBinaryFunctor< Q, V >::SizeType | SizeType |
typedef QuaternionVectorBinaryFunctor< Q, V >::ResultType | ResultType |
Public Types inherited from CDPL::Math::QuaternionVectorBinaryFunctor< Q, V > | |
typedef CommonType< typename Q::ValueType, typename V::ValueType >::Type | ValueType |
typedef V::SizeType | SizeType |
typedef ValueType | ResultType |
Static Public Member Functions | |
template<typename E1 , typename E2 > | |
static ResultType | apply (const QuaternionExpression< E1 > &e1, const VectorExpression< E2 > &e2, SizeType i) |
typedef QuaternionVectorBinaryFunctor<Q, V>::ValueType CDPL::Math::QuaternionVectorRotation< Q, V >::ValueType |
typedef QuaternionVectorBinaryFunctor<Q, V>::SizeType CDPL::Math::QuaternionVectorRotation< Q, V >::SizeType |
typedef QuaternionVectorBinaryFunctor<Q, V>::ResultType CDPL::Math::QuaternionVectorRotation< Q, V >::ResultType |
|
inlinestatic |