Go to the source code of this file.
Namespaces | |
namespace | GeometryPredicates |
Defines | |
#define | INEXACT /* Nothing */ |
#define | NARROWRAND narrowdoublerand |
#define | REAL double /* float or double */ |
#define | REALPRINT doubleprint |
#define | REALRAND doublerand |
#define | UNIFORMRAND uniformdoublerand |
Functions | |
REAL | GeometryPredicates::incircle (REAL *pa, REAL *pb, REAL *pc, REAL *pd) |
REAL | GeometryPredicates::insphere (REAL *pa, REAL *pb, REAL *pc, REAL *pd, REAL *pe) |
REAL | GeometryPredicates::orient2d (REAL *pa, REAL *pb, REAL *pc) |
REAL | GeometryPredicates::orient3d (REAL *pa, REAL *pb, REAL *pc, REAL *pd) |
#define INEXACT /* Nothing */ |
Definition at line 24 of file Predicates.hpp.
#define NARROWRAND narrowdoublerand |
Definition at line 30 of file Predicates.hpp.
#define REAL double /* float or double */ |
Definition at line 27 of file Predicates.hpp.
#define REALPRINT doubleprint |
Definition at line 28 of file Predicates.hpp.
#define REALRAND doublerand |
Definition at line 29 of file Predicates.hpp.
#define UNIFORMRAND uniformdoublerand |
Definition at line 31 of file Predicates.hpp.