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