Points&Forces (core)
Software tools facilitating the task of surveying architecture
Functions
a_quaternion.cxx File Reference
#include <math.h>
#include <stdlib.h>
#include "a_quaternion.h"
+ Include dependency graph for a_quaternion.cxx:

Go to the source code of this file.

Functions

bool operator== (const a_quaternion &a, const a_quaternion &b)
 
bool operator!= (const a_quaternion &a, const a_quaternion &b)
 
a_quaternion operator- (a_quaternion &x)
 
a_quaternion sqrt (const a_quaternion &x)
 
std::ostream & operator<< (std::ostream &o, const a_quaternion &x)
 
a_quaternion operator+ (const a_quaternion &x, const a_quaternion &y)
 
a_quaternion operator- (const a_quaternion &x, const a_quaternion &y)
 
a_quaternion operator* (const a_quaternion &x, const double y)
 
a_quaternion operator* (const a_quaternion &x, const a_quaternion &y)
 
a_quaternion operator/ (const a_quaternion &x, const a_quaternion &y)
 

Function Documentation

◆ operator!=()

bool operator!= ( const a_quaternion a,
const a_quaternion b 
)

Definition at line 139 of file a_quaternion.cxx.

◆ operator*() [1/2]

a_quaternion operator* ( const a_quaternion x,
const a_quaternion y 
)

Definition at line 178 of file a_quaternion.cxx.

◆ operator*() [2/2]

a_quaternion operator* ( const a_quaternion x,
const double  y 
)

Definition at line 172 of file a_quaternion.cxx.

◆ operator+()

a_quaternion operator+ ( const a_quaternion x,
const a_quaternion y 
)

Definition at line 160 of file a_quaternion.cxx.

◆ operator-() [1/2]

a_quaternion operator- ( a_quaternion x)

Definition at line 144 of file a_quaternion.cxx.

+ Here is the call graph for this function:

◆ operator-() [2/2]

a_quaternion operator- ( const a_quaternion x,
const a_quaternion y 
)

Definition at line 166 of file a_quaternion.cxx.

◆ operator/()

a_quaternion operator/ ( const a_quaternion x,
const a_quaternion y 
)

Definition at line 184 of file a_quaternion.cxx.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const a_quaternion x 
)

Definition at line 155 of file a_quaternion.cxx.

◆ operator==()

bool operator== ( const a_quaternion a,
const a_quaternion b 
)

Definition at line 134 of file a_quaternion.cxx.

+ Here is the call graph for this function:

◆ sqrt()

a_quaternion sqrt ( const a_quaternion x)

Definition at line 149 of file a_quaternion.cxx.

+ Here is the caller graph for this function: