GeoTessCExamples  2.0
Macros | Functions
TestCrust20.c File Reference
#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)
 

Macro Definition Documentation

◆ DEG_TO_RAD

#define DEG_TO_RAD   0.017453292519943295769237

Definition at line 53 of file TestCrust20.c.

◆ len

#define len   128

Definition at line 49 of file TestCrust20.c.

◆ RAD_TO_DEG

#define RAD_TO_DEG   57.295779513082320876798

Definition at line 51 of file TestCrust20.c.

Function Documentation

◆ errorCheck()

void errorCheck ( )

Definition at line 54 of file TestCrust20.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 61 of file TestCrust20.c.