GeoTessCExamples
2.0
|
#include <math.h>
#include "GeoTessModelC.h"
#include "GeoTessPositionC.h"
#include "InterpolatorTypeC.h"
#include "GeoTessUtilsC.h"
#include "PointMapC.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "ErrorHandler.h"
Go to the source code of this file.
Macros | |
#define | len 128 |
#define | RAD_TO_DEG 57.295779513082320876798 |
#define | DEG_TO_RAD 0.017453292519943295769237 |
Functions | |
void | errorCheck () |
int | main (int argc, char **argv) |
#define DEG_TO_RAD 0.017453292519943295769237 |
Definition at line 53 of file TestCrust20.c.
#define len 128 |
Definition at line 49 of file TestCrust20.c.
#define RAD_TO_DEG 57.295779513082320876798 |
Definition at line 51 of file TestCrust20.c.
void errorCheck | ( | ) |
Definition at line 54 of file TestCrust20.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 61 of file TestCrust20.c.