Blender V5.0
blender::meshintersect::FatCo< double > Struct Reference

Public Member Functions

 FatCo ()
 FatCo (const double2 &v)

Public Attributes

double2 exact
double2 approx
double2 abs_approx

Detailed Description

Definition at line 149 of file delaunay_2d.cc.

Constructor & Destructor Documentation

◆ FatCo() [1/2]

blender::meshintersect::FatCo< double >::FatCo ( )
inline

Definition at line 154 of file delaunay_2d.cc.

References abs_approx, approx, and exact.

◆ FatCo() [2/2]

blender::meshintersect::FatCo< double >::FatCo ( const double2 & v)
inline

Definition at line 165 of file delaunay_2d.cc.

References abs_approx, approx, exact, fabs(), and v.

Member Data Documentation

◆ abs_approx

double2 blender::meshintersect::FatCo< double >::abs_approx

Definition at line 152 of file delaunay_2d.cc.

Referenced by FatCo(), and FatCo().

◆ approx

Definition at line 151 of file delaunay_2d.cc.

Referenced by FatCo(), and FatCo().

◆ exact

Definition at line 150 of file delaunay_2d.cc.

Referenced by FatCo(), and FatCo().


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