#include <Homg.h>
List of all members.
Static Public Member Functions |
static void | set_infinitesimal_tol (double tol) |
| Static method to set the default tolerance used for infinitesimal checks.
|
Static Public Attributes |
static double | infinity = 1.7976931348623157E+308 |
| Standard placeholder for methods that wish to return infinity.
|
static double | infinitesimal_tol = 1e-12 |
| The tolerance used in "near zero" tests in the Homg subclasses.
|
Detailed Description
Definition at line 24 of file Homg.h.
Member Function Documentation
static void Homg::set_infinitesimal_tol |
( |
double |
tol | ) |
[static] |
Static method to set the default tolerance used for infinitesimal checks.
The default is 1e-12.
Member Data Documentation
The tolerance used in "near zero" tests in the Homg subclasses.
Definition at line 32 of file Homg.h.
Standard placeholder for methods that wish to return infinity.
Definition at line 29 of file Homg.h.
The documentation for this class was generated from the following files: