| Points&Forces (core)
    Software tools facilitating the task of surveying architecture | 
#include <a_quaternion.h>
| Friends | |
| std::ostream & | operator<< (std::ostream &ost, const a_quaternion &x) | 
Definition at line 19 of file a_quaternion.h.
| 
 | inline | 
Definition at line 22 of file a_quaternion.h.
| 
 | inline | 
Definition at line 23 of file a_quaternion.h.
| 
 | inline | 
Definition at line 24 of file a_quaternion.h.
| 
 | inline | 
Definition at line 25 of file a_quaternion.h.
| double a_quaternion::abs | ( | ) | const | 
| a_quaternion & a_quaternion::conjugate | ( | ) | 
| 
 | inline | 
| 
 | inline | 
Definition at line 33 of file a_quaternion.h.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| a_quaternion & a_quaternion::invert | ( | ) | 
Definition at line 43 of file a_quaternion.cxx.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
| 
 | inline | 
Definition at line 34 of file a_quaternion.h.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
| 
 | inline | 
Definition at line 35 of file a_quaternion.h.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| a_quaternion & a_quaternion::negate | ( | ) | 
| double a_quaternion::norm | ( | ) | const | 
| a_quaternion a_quaternion::operator* | ( | const a_quaternion & | b | ) | 
Definition at line 116 of file a_quaternion.cxx.
| a_quaternion a_quaternion::operator* | ( | const double | b | ) | 
Definition at line 80 of file a_quaternion.cxx.
| a_quaternion & a_quaternion::operator*= | ( | const a_quaternion & | b | ) | 
Definition at line 97 of file a_quaternion.cxx.
| a_quaternion & a_quaternion::operator*= | ( | const double | b | ) | 
Definition at line 75 of file a_quaternion.cxx.
| a_quaternion a_quaternion::operator+ | ( | const a_quaternion & | b | ) | 
Definition at line 58 of file a_quaternion.cxx.
| a_quaternion & a_quaternion::operator+= | ( | const a_quaternion & | b | ) | 
Definition at line 53 of file a_quaternion.cxx.
| a_quaternion a_quaternion::operator- | ( | const a_quaternion & | b | ) | 
Definition at line 69 of file a_quaternion.cxx.
| a_quaternion & a_quaternion::operator-= | ( | const a_quaternion & | b | ) | 
Definition at line 64 of file a_quaternion.cxx.
| a_quaternion a_quaternion::operator/ | ( | const a_quaternion & | b | ) | 
Definition at line 128 of file a_quaternion.cxx.
| a_quaternion a_quaternion::operator/ | ( | const double | b | ) | 
Definition at line 91 of file a_quaternion.cxx.
| a_quaternion & a_quaternion::operator/= | ( | const a_quaternion & | b | ) | 
| a_quaternion & a_quaternion::operator/= | ( | const double | b | ) | 
Definition at line 86 of file a_quaternion.cxx.
| 
 | inline | 
Definition at line 40 of file a_quaternion.h.
| 
 | inline | 
| 
 | inline | 
Definition at line 32 of file a_quaternion.h.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| a_quaternion & a_quaternion::square | ( | ) | 
| 
 | friend | 
Definition at line 155 of file a_quaternion.cxx.