Chemical Data Processing Library C++ API - Version 1.1.1
|
Implementation of quaternion assignment routines. More...
#include <utility>
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<template< typename T1, typename T2 > class F, typename Q , typename E > | |
void | CDPL::Math::quaternionAssignQuaternion (Q &q, const QuaternionExpression< E > &e) |
template<template< typename T1, typename T2 > class F, typename Q , typename T > | |
void | CDPL::Math::quaternionAssignScalar (Q &q, const T &t) |
template<typename Q , typename E > | |
void | CDPL::Math::quaternionSwap (Q &q, QuaternionExpression< E > &e) |
Implementation of quaternion assignment routines.