Flow123d
Classes | Functions
myvector.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TVector
 

Functions

TVector Cross (const TVector &, const TVector &)
 
double Dot (const TVector &, const TVector &)
 
bool AreParallel (const TVector &, const TVector &)
 
bool ArePerpendicular (const TVector &, const TVector &)
 

Function Documentation

bool AreParallel ( const TVector ,
const TVector  
)

Definition at line 216 of file vector.cpp.

Here is the caller graph for this function:

bool ArePerpendicular ( const TVector ,
const TVector  
)

Definition at line 234 of file vector.cpp.

Here is the caller graph for this function:

TVector Cross ( const TVector ,
const TVector  
)

Definition at line 166 of file vector.cpp.

Here is the caller graph for this function:

double Dot ( const TVector ,
const TVector  
)

Definition at line 183 of file vector.cpp.

Here is the caller graph for this function: