https://github.com/patr-schm/surface-maps-via-adaptive-triangulations
Revision 9aec074ae9891d84c9f7aa76a2372b838f2209b4 authored by Patrick Schmidt on 06 March 2023, 12:08:12 UTC, committed by GitHub on 06 March 2023, 12:08:12 UTC
1 parent e2210a8
Tip revision: 9aec074ae9891d84c9f7aa76a2372b838f2209b4 authored by Patrick Schmidt on 06 March 2023, 12:08:12 UTC
Update README.md
Update README.md
Tip revision: 9aec074
ExactPredicates.h
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <cassert>
void exactinit();
double orient2d(const double *pa, const double *pb, const double *pc);
double orient3d(const double *pa, const double *pb, const double *pc, const double *pd);
#ifdef __cplusplus
} // extern "C"
#endif

Computing file changes ...