|
Blender
V3.3
|
Public Member Functions | |
| FatCo () | |
| FatCo (const vec2< double > &v) | |
Public Attributes | |
| vec2< T > | exact |
| vec2< double > | approx |
| vec2< double > | abs_approx |
A coordinate class with extra information for fast filtered orient tests.
Definition at line 112 of file delaunay_2d.cc.
| blender::meshintersect::FatCo< T >::FatCo | ( | ) |
| blender::meshintersect::FatCo< T >::FatCo | ( | const vec2< double > & | v | ) |
| vec2<double> blender::meshintersect::FatCo< T >::abs_approx |
Definition at line 115 of file delaunay_2d.cc.
| vec2<double> blender::meshintersect::FatCo< T >::approx |
Definition at line 114 of file delaunay_2d.cc.
Referenced by blender::meshintersect::operator<<().
| vec2<T> blender::meshintersect::FatCo< T >::exact |
Definition at line 113 of file delaunay_2d.cc.