Blender V4.3
blender::meshintersect::FatCo< T > Struct Template Reference

Public Member Functions

 FatCo ()
 
 FatCo (const double2 &v)
 

Public Attributes

VecBase< T, 2 > exact
 
double2 approx
 
double2 abs_approx
 

Detailed Description

template<typename T>
struct blender::meshintersect::FatCo< T >

A coordinate class with extra information for fast filtered orient tests.

Definition at line 114 of file delaunay_2d.cc.

Constructor & Destructor Documentation

◆ FatCo() [1/2]

template<typename T >
blender::meshintersect::FatCo< T >::FatCo ( )

◆ FatCo() [2/2]

template<typename T >
blender::meshintersect::FatCo< T >::FatCo ( const double2 & v)

Member Data Documentation

◆ abs_approx

template<typename T >
double2 blender::meshintersect::FatCo< T >::abs_approx

Definition at line 117 of file delaunay_2d.cc.

Referenced by blender::meshintersect::FatCo< double >::FatCo().

◆ approx

◆ exact

template<typename T >
VecBase<T, 2> blender::meshintersect::FatCo< T >::exact

Definition at line 115 of file delaunay_2d.cc.

Referenced by blender::meshintersect::FatCo< double >::FatCo().


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