Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#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) |
Definition at line 120 of file vector.cpp.
Definition at line 126 of file vector.cpp.