Go to the documentation of this file.
60 const T& tolerance = SMALL
63 return (
mag(a ^
b) < tolerance) ? true :
false;
77 const T& tolerance = SMALL
80 return (
mag(a &
b) < tolerance) ? true :
false;
91 return ((a &
b) > 0) ? true :
false;
102 return ((a &
b) < 0) ? true :
false;
111 const T& tolerance = SMALL
126 const T& tolerance = SMALL
141 const T& tolerance = SMALL
Unit conversion functions.
label min(const labelHashSet &set, label minValue=labelMax)
const dimensionedScalar b
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
constexpr scalar radToDeg(const scalar rad) noexcept
label max(const labelHashSet &set, label maxValue=labelMin)
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
dimensionedScalar acos(const dimensionedScalar &ds)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)