vgl_homg.cxx
Go to the documentation of this file.
1 // This is core/vgl/vgl_homg.cxx
2 
3 #include "vgl_homg.h"
4 
5 template <> float vgl_homg<float>::infinity = 3.4028234663852886e+38f;
6 template <> float vgl_homg<float>::infinitesimal_tol = 1e-12f;
7 
8 template <> double vgl_homg<double>::infinity = 1.7976931348623157e+308;
9 template <> double vgl_homg<double>::infinitesimal_tol = 1e-12;
10 
11 template <> long double vgl_homg<long double>::infinity = 1.7976931348623157e+308;
12 template <> long double vgl_homg<long double>::infinitesimal_tol = 1e-12;
General purpose support class for vgl_homg_ classes.
General purpose support class for vgl_homg_ classes.
Definition: vgl_fwd.h:6