#include "stage.hh"
#include "worldfile.hh"
#include <cmath>
#include <libgen.h>
#include <limits.h>
#include <limits>
Go to the source code of this file.
|
static void | combineCallback (GLdouble coords[3], GLdouble **, GLfloat *, GLdouble **new_vertex) |
|
static void | errorCallback (GLenum errorCode) |
|
◆ ENSURE_NOT_ZERO
#define ENSURE_NOT_ZERO |
( |
|
x | ) |
|
Value:((std::fabs(x) >= std::numeric_limits<double>::epsilon()) \
? (x) \
: std::numeric_limits<double>::epsilon())
◆ combineCallback()
static void combineCallback |
( |
GLdouble |
coords[3], |
|
|
GLdouble ** |
, |
|
|
GLfloat * |
, |
|
|
GLdouble ** |
new_vertex |
|
) |
| |
|
static |
◆ errorCallback()
static void errorCallback |
( |
GLenum |
errorCode | ) |
|
|
static |