Go to the source code of this file.
Namespaces | |
Foam | |
Foam::vectorTools | |
Functions | |
template<class T > | |
bool | areParallel (const Vector< T > &a, const Vector< T > &b, const T &tolerance=SMALL) |
template<class T > | |
bool | areOrthogonal (const Vector< T > &a, const Vector< T > &b, const T &tolerance=SMALL) |
template<class T > | |
bool | areAcute (const Vector< T > &a, const Vector< T > &b) |
template<class T > | |
bool | areObtuse (const Vector< T > &a, const Vector< T > &b) |
template<class T > | |
T | cosPhi (const Vector< T > &a, const Vector< T > &b, const T &tolerance=SMALL) |
template<class T > | |
T | radAngleBetween (const Vector< T > &a, const Vector< T > &b, const T &tolerance=SMALL) |
template<class T > | |
T | degAngleBetween (const Vector< T > &a, const Vector< T > &b, const T &tolerance=SMALL) |
Original source file vectorTools.H
Definition in file vectorTools.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.