Namespaces | Functions
vectorTools.H File Reference
Include dependency graph for vectorTools.H:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Original source file vectorTools.H

Definition in file vectorTools.H.