Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::meshintersect::FatCo< T > Struct Template Reference

Public Member Functions

 FatCo ()
 
 FatCo (const vec2< double > &v)
 

Public Attributes

vec2< Texact
 
vec2< doubleapprox
 
vec2< doubleabs_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 112 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 vec2< double > &  v)

Member Data Documentation

◆ abs_approx

template<typename T >
vec2<double> blender::meshintersect::FatCo< T >::abs_approx

Definition at line 115 of file delaunay_2d.cc.

◆ approx

template<typename T >
vec2<double> blender::meshintersect::FatCo< T >::approx

Definition at line 114 of file delaunay_2d.cc.

Referenced by blender::meshintersect::operator<<().

◆ exact

template<typename T >
vec2<T> blender::meshintersect::FatCo< T >::exact

Definition at line 113 of file delaunay_2d.cc.


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