Chemical Data Processing Library C++ API - Version 1.1.1
|
Provides vector adapter classes. More...
#include <type_traits>
#include "CDPL/Math/Expression.hpp"
#include "CDPL/Math/QuaternionAssignment.hpp"
#include "CDPL/Math/VectorAssignment.hpp"
#include "CDPL/Math/TypeTraits.hpp"
#include "CDPL/Math/Functional.hpp"
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Math | |
Contains classes and functions related to mathematics. | |
Functions | |
template<typename E > | |
VectorQuaternionAdapter< E > | CDPL::Math::quat (VectorExpression< E > &e) |
template<typename E > | |
VectorQuaternionAdapter< const E > | CDPL::Math::quat (const VectorExpression< E > &e) |
template<typename E > | |
HomogenousCoordsAdapter< E > | CDPL::Math::homog (VectorExpression< E > &e) |
template<typename E > | |
HomogenousCoordsAdapter< const E > | CDPL::Math::homog (const VectorExpression< E > &e) |
Provides vector adapter classes.