![]() |
TAPs 0.7.7.3
|
#include "TAPsVector3.hpp"#include "TAPsMatrix3x3.hpp"#include "TAPsMatrix4x4.hpp"#include "TAPsQuaternion.cpp"
Include dependency graph for TAPsQuaternion.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Quaternion< T > |
| A quaternion. More... | |
Functions | |
| template<typename T > | |
| Quaternion< T > | operator* (T a, Quaternion< T > const &Q) |
| Multiplication of scalar with quaternion (A Global Function) | |
| Quaternion<T> operator* | ( | T | a, |
| Quaternion< T > const & | Q | ||
| ) | [inline] |
Multiplication of scalar with quaternion (A Global Function)
Definition at line 285 of file TAPsQuaternion.hpp.
{ return Q*a; }