Blender V5.0
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 113 of file delaunay_2d.cc.

Constructor & Destructor Documentation

◆ FatCo() [1/2]

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

References v.

◆ FatCo() [2/2]

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

References v.

Member Data Documentation

◆ abs_approx

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

Definition at line 116 of file delaunay_2d.cc.

◆ approx

◆ exact


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