#include <DualQuaternion.hpp>
DualQuaternion::DualQuaternion |
( |
| ) |
|
|
default |
template<typename V3 >
DualQuaternion::DualQuaternion |
( |
const V3 & |
translation, |
|
|
const Quaternion & |
rotation |
|
) |
| |
|
inline |
Constructs unit dual quaternion encoding rotation and translation (after rotation).
template<typename M4 >
static const DualQuaternion DualQuaternion::fromMatrix |
( |
const M4 & |
m | ) |
|
|
inlinestatic |
template<typename V3 >
static const DualQuaternion DualQuaternion::fromVector |
( |
const V3 & |
vector | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: