OGS
predicates.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
#ifdef __cplusplus
7
extern
"C"
8
{
9
#endif
10
11
double
orient2d
(
double
*,
double
*,
double
*);
12
double
orient2dfast
(
double
*,
double
*,
double
*);
13
14
#ifdef __cplusplus
15
}
16
#endif
orient2dfast
double orient2dfast(double *, double *, double *)
orient2d
double orient2d(double *, double *, double *)
GeoLib
predicates.h
Generated by
1.14.0