Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Functions
e_point.h File Reference
#include <iostream>
#include "a_point.h"
+ Include dependency graph for e_point.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  e_point
 point + ... More...
 

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)
 

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.