#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "Geometer.h"
Namespaces | |
| namespace | CyberX3D |
Defines | |
| #define | geometer_assert(x, y) |
| #define | SERIES_COORDS(i) |
|
|
Value: if (!(x)) \ { \ printf("Error in Geometer.cpp at source code line %d.\n%s", __LINE__, y); \ exit(1); \ } |
|
|
Value: polygon_series[i]->normal_x, polygon_series[i]->normal_y, \
polygon_series[i]->normal_z, polygon_series[i]->offset
|
1.4.5-20051010