#include <vgl_homg.h>
Definition at line 30 of file vgl_homg.h.
Static Public Member Functions | |
| static bool | is_infinity (T v) |
| Standard way to test whether a number is indeed infinite. | |
| static void | set_infinitesimal_tol (T tol) |
| Static method to set the default tolerance used for infinitesimal checks. | |
Static Public Attributes | |
| static T | infinity = 3.4028234663852886e+38f |
| Standard placeholder for methods that wish to return infinity. | |
| static T | infinitesimal_tol = 1e-12f |
| The tolerance used in "near zero" tests in the vgl_homg subclasses. | |
|
||||||||||
|
Standard way to test whether a number is indeed infinite.
Definition at line 38 of file vgl_homg.h. |
|
||||||||||
|
Static method to set the default tolerance used for infinitesimal checks. The default is 1e-12. |
|
|||||
|
The tolerance used in "near zero" tests in the vgl_homg subclasses.
Definition at line 41 of file vgl_homg.h. |
|
|||||
|
Standard placeholder for methods that wish to return infinity.
Definition at line 35 of file vgl_homg.h. |
1.4.4