MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
robustpredicates.hxx
Aller à la documentation de ce fichier.
1
// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle
2
//
3
// See the LICENSE.txt file for license information. Please report all
4
// bugs and problems to <gmsh@geuz.org>.
5
6
#ifndef _ROBUST_PREDICATES_H_
7
#define _ROBUST_PREDICATES_H_
8
9
// namespace necessary to avoid conflicts with predicates used by Tetgen
10
namespace
robustPredicates
{
11
double
exactinit
();
12
double
incircle
(
double
*pa,
double
*pb,
double
*pc,
double
*pd);
13
double
insphere
(
double
*pa,
double
*pb,
double
*pc,
double
*pd,
double
*pe);
14
double
orient2d
(
double
*pa,
double
*pb,
double
*pc);
15
double
orient3d
(
double
*pa,
double
*pb,
double
*pc,
double
*pd);
16
}
17
18
#endif
robustPredicates::exactinit
REAL exactinit()
Definition:
robustpredicates.cc:664
robustPredicates::insphere
REAL insphere(REAL *pa, REAL *pb, REAL *pc, REAL *pd, REAL *pe)
Definition:
robustpredicates.cc:4167
robustPredicates
Definition:
robustpredicates.cc:126
robustPredicates::orient3d
REAL orient3d(REAL *pa, REAL *pb, REAL *pc, REAL *pd)
Definition:
robustpredicates.cc:2298
robustPredicates::orient2d
REAL orient2d(REAL *pa, REAL *pb, REAL *pc)
Definition:
robustpredicates.cc:1604
robustPredicates::incircle
REAL incircle(REAL *pa, REAL *pb, REAL *pc, REAL *pd)
Definition:
robustpredicates.cc:3259
home
francois
tmp
addin
outil
src
robustpredicates.hxx
Généré le Jeudi 28 Août 2025 23:00:10 pour MAGiC par
1.8.17