AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::quest::Delaunay< DIM >::OrientationEval Struct Reference

Orientation determinant evaluation with tolerance for robust geometric tests. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/feature-kweiss-improve-python-sidre/src/axom/quest/Delaunay.hpp>

Public Attributes

double det {0.}
 Raw determinant value. More...
 
double tol {0.}
 Context-aware tolerance for this determinant. More...
 
int orientation
 Classified orientation (ON_NEGATIVE_SIDE/ON_BOUNDARY/ON_POSITIVE_SIDE) More...
 

Detailed Description

template<int DIM = 2>
struct axom::quest::Delaunay< DIM >::OrientationEval

Orientation determinant evaluation with tolerance for robust geometric tests.

Member Data Documentation

◆ det

template<int DIM = 2>
double axom::quest::Delaunay< DIM >::OrientationEval::det {0.}

Raw determinant value.

◆ tol

template<int DIM = 2>
double axom::quest::Delaunay< DIM >::OrientationEval::tol {0.}

Context-aware tolerance for this determinant.

◆ orientation

template<int DIM = 2>
int axom::quest::Delaunay< DIM >::OrientationEval::orientation
Initial value:
{
@ ON_BOUNDARY
Definition: OrientationResult.hpp:26

Classified orientation (ON_NEGATIVE_SIDE/ON_BOUNDARY/ON_POSITIVE_SIDE)


The documentation for this struct was generated from the following file: