Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Functions
vector.cpp File Reference
#include <cmath>
#include "mesh/ngh/include/point.h"
#include "mesh/ngh/include/myvector.h"
#include "mesh/ngh/include/mathfce.h"

Go to the source code of this file.

Functions

TVector operator* (const TVector &U, double x)
 
TVector operator* (double x, const TVector &U)
 
TVector Cross (const TVector &U, const TVector &V)
 
double Dot (const TVector &U, const TVector &V)
 
bool AreParallel (const TVector &U, const TVector &V)
 
bool ArePerpendicular (const TVector &U, const TVector &V)
 

Function Documentation

bool AreParallel ( const TVector U,
const TVector V 
)

Definition at line 213 of file vector.cpp.

Here is the caller graph for this function:

bool ArePerpendicular ( const TVector U,
const TVector V 
)

Definition at line 225 of file vector.cpp.

Here is the caller graph for this function:

TVector Cross ( const TVector U,
const TVector V 
)

Definition at line 163 of file vector.cpp.

Here is the caller graph for this function:

double Dot ( const TVector U,
const TVector V 
)

Definition at line 180 of file vector.cpp.

Here is the caller graph for this function:

TVector operator* ( const TVector U,
double  x 
)

Definition at line 120 of file vector.cpp.

TVector operator* ( double  x,
const TVector U 
)

Definition at line 126 of file vector.cpp.