#include <DualQuaternion.hpp>
|
value_t | w |
|
value_t | x |
|
value_t | y |
|
value_t | z |
|
template<class value_t>
struct quat< value_t >
Definition at line 31 of file DualQuaternion.hpp.
§ quat() [1/2]
§ quat() [2/2]
template<class value_t>
quat< value_t >::quat |
( |
value_t |
w_, |
|
|
value_t |
x_, |
|
|
value_t |
y_, |
|
|
value_t |
z_ |
|
) |
| |
|
inline |
§ C()
template<class value_t>
quat<value_t> quat< value_t >::C |
( |
| ) |
const |
|
inline |
§ dot()
template<class value_t>
value_t quat< value_t >::dot |
( |
const quat< value_t > |
other | ) |
const |
|
inline |
§ eucdist()
template<class value_t>
value_t quat< value_t >::eucdist |
( |
const quat< value_t > & |
other | ) |
const |
|
inline |
§ eucnorm()
template<class value_t>
value_t quat< value_t >::eucnorm |
( |
| ) |
const |
|
inline |
§ exp()
template<class value_t>
quat<value_t> quat< value_t >::exp |
( |
| ) |
const |
|
inline |
§ I()
template<class value_t>
quat<value_t> quat< value_t >::I |
( |
| ) |
const |
|
inline |
§ isunit()
template<class value_t>
bool quat< value_t >::isunit |
( |
| ) |
const |
|
inline |
§ log()
template<class value_t>
quat<value_t> quat< value_t >::log |
( |
| ) |
const |
|
inline |
§ logdist()
template<class value_t>
value_t quat< value_t >::logdist |
( |
const quat< value_t > & |
other | ) |
const |
|
inline |
§ lognorm()
template<class value_t>
value_t quat< value_t >::lognorm |
( |
| ) |
const |
|
inline |
§ N()
template<class value_t>
quat<value_t> quat< value_t >::N |
( |
| ) |
const |
|
inline |
§ numexp()
template<class value_t>
quat<value_t> quat< value_t >::numexp |
( |
value_t |
eps = (std::numeric_limits< value_t >::epsilon()) | ) |
const |
|
inline |
§ operator*() [1/2]
template<class value_t>
quat<value_t> quat< value_t >::operator* |
( |
const quat< value_t > & |
other | ) |
const |
|
inline |
§ operator*() [2/2]
template<class value_t>
quat<value_t> quat< value_t >::operator* |
( |
const value_t |
alpha | ) |
const |
|
inline |
§ operator*=()
template<class value_t>
quat<value_t>& quat< value_t >::operator*= |
( |
const quat< value_t > & |
other | ) |
|
|
inline |
§ operator+()
template<class value_t>
quat<value_t> quat< value_t >::operator+ |
( |
const quat< value_t > & |
other | ) |
const |
|
inline |
§ operator+=()
template<class value_t>
quat<value_t>& quat< value_t >::operator+= |
( |
const quat< value_t > & |
other | ) |
|
|
inline |
§ operator-()
template<class value_t>
quat<value_t> quat< value_t >::operator- |
( |
const quat< value_t > & |
other | ) |
const |
|
inline |
§ operator-=()
template<class value_t>
quat<value_t>& quat< value_t >::operator-= |
( |
const quat< value_t > & |
other | ) |
|
|
inline |
§ operator/()
template<class value_t>
quat<value_t> quat< value_t >::operator/ |
( |
const value_t |
alpha | ) |
const |
|
inline |
§ print()
template<class value_t>
void quat< value_t >::print |
( |
| ) |
const |
|
inline |
template<class value_t>
value_t quat< value_t >::w |
template<class value_t>
value_t quat< value_t >::x |
template<class value_t>
value_t quat< value_t >::y |
template<class value_t>
value_t quat< value_t >::z |
The documentation for this struct was generated from the following file: