Flow123d  jenkins-Flow123d-windows32-release-multijob-51
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 213 of file vector.cpp.

Here is the caller graph for this function:

bool ArePerpendicular ( const TVector ,
const TVector  
)

Definition at line 225 of file vector.cpp.

Here is the caller graph for this function:

TVector Cross ( const TVector ,
const TVector  
)

Definition at line 163 of file vector.cpp.

Here is the caller graph for this function:

double Dot ( const TVector ,
const TVector  
)

Definition at line 180 of file vector.cpp.

Here is the caller graph for this function: