59 #ifndef ACG_NUMLIMITS_HH
60 #define ACG_NUMLIMITS_HH
72 #include "../Config/ACGDefines.hh"
97 template <
typename Scalar>
102 static inline Scalar
min() {
return 0; }
104 static inline Scalar
max() {
return 0; }
121 #endif // ACG_NUMLIMITS_HH defined
Namespace providing different geometric functions concerning angles.
static Scalar min()
Return the smallest absolte value a scalar type can store.
static Scalar max()
Return the maximum absolte value a scalar type can store.