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

Go to the source code of this file.

Functions

e_point operator+ (e_point &a, e_point &b)
 
e_point operator- (e_point &a, e_point &b)
 
double operator* (e_point &a, e_point &b)
 
e_point operator* (double v, e_point &a)
 
e_point operator* (e_point &a, double v)
 
e_point cross (e_point &a, e_point &b)
 
std::istream & operator>> (std::istream &i, e_point &p)
 
std::ostream & operator<< (std::ostream &o, const e_point &p)
 
std::istream & operator>> (std::istream &i, e_point *p)
 
std::ostream & operator<< (std::ostream &o, const e_point *p)
 

Function Documentation

◆ cross()

e_point cross ( e_point a,
e_point b 
)

Definition at line 105 of file e_point.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator*() [1/3]

e_point operator* ( double  v,
e_point a 
)

Definition at line 93 of file e_point.cxx.

+ Here is the call graph for this function:

◆ operator*() [2/3]

e_point operator* ( e_point a,
double  v 
)

Definition at line 99 of file e_point.cxx.

+ Here is the call graph for this function:

◆ operator*() [3/3]

double operator* ( e_point a,
e_point b 
)

Definition at line 87 of file e_point.cxx.

◆ operator+()

e_point operator+ ( e_point a,
e_point b 
)

Definition at line 75 of file e_point.cxx.

◆ operator-()

e_point operator- ( e_point a,
e_point b 
)

Definition at line 81 of file e_point.cxx.

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  o,
const e_point p 
)

Definition at line 123 of file e_point.cxx.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  o,
const e_point p 
)

Definition at line 139 of file e_point.cxx.

◆ operator>>() [1/2]

std::istream& operator>> ( std::istream &  i,
e_point p 
)

Definition at line 115 of file e_point.cxx.

◆ operator>>() [2/2]

std::istream& operator>> ( std::istream &  i,
e_point p 
)

Definition at line 131 of file e_point.cxx.