53 #ifndef ACG_NUMLIMITS_HH 54 #define ACG_NUMLIMITS_HH 66 #include "../Config/ACGDefines.hh" 91 template <
typename Scalar>
96 static inline Scalar
min() {
return 0; }
98 static inline Scalar
max() {
return 0; }
115 #endif // ACG_NUMLIMITS_HH defined
static Scalar max()
Return the maximum absolte value a scalar type can store.
Namespace providing different geometric functions concerning angles.
static Scalar min()
Return the smallest absolte value a scalar type can store.