|
Blender V4.3
|
Public Member Functions | |
| FatCo () | |
| FatCo (const double2 &v) | |
Public Attributes | |
| VecBase< T, 2 > | exact |
| double2 | approx |
| double2 | abs_approx |
A coordinate class with extra information for fast filtered orient tests.
Definition at line 114 of file delaunay_2d.cc.
| blender::meshintersect::FatCo< T >::FatCo | ( | ) |
| blender::meshintersect::FatCo< T >::FatCo | ( | const double2 & | v | ) |
| double2 blender::meshintersect::FatCo< T >::abs_approx |
Definition at line 117 of file delaunay_2d.cc.
Referenced by blender::meshintersect::FatCo< double >::FatCo().
| double2 blender::meshintersect::FatCo< T >::approx |
Definition at line 116 of file delaunay_2d.cc.
Referenced by blender::meshintersect::FatCo< double >::FatCo(), and blender::meshintersect::operator<<().
| VecBase<T, 2> blender::meshintersect::FatCo< T >::exact |
Definition at line 115 of file delaunay_2d.cc.
Referenced by blender::meshintersect::FatCo< double >::FatCo().