#include <geos/export.h>
#include <geos/algorithm/ttmath/ttmath.h>
Go to the source code of this file.
|
| geos |
| Basic namespace for all GEOS functionalities.
|
|
| geos::geom |
| Contains the Geometry interface hierarchy and supporting classes.
|
|
| geos::algorithm |
| Contains classes and interfaces implementing fundamental computational geometry algorithms.
|
|
|
typedef ttmath::Big< TTMATH_BITS(32), TTMATH_BITS(128)> | DD |
| Close to DoubleDouble equivalent used by JTS. More...
|
|
◆ DD
typedef ttmath::Big<TTMATH_BITS(32), TTMATH_BITS(128)> DD |
Close to DoubleDouble equivalent used by JTS.
Usage: ttmath::Big<exponent, mantissa>