|
Blender V5.0
|
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 113 of file delaunay_2d.cc.
| blender::meshintersect::FatCo< T >::FatCo | ( | ) |
References v.
| blender::meshintersect::FatCo< T >::FatCo | ( | const double2 & | v | ) |
References v.
| double2 blender::meshintersect::FatCo< T >::abs_approx |
Definition at line 116 of file delaunay_2d.cc.
| double2 blender::meshintersect::FatCo< T >::approx |
Definition at line 115 of file delaunay_2d.cc.
Referenced by blender::meshintersect::filtered_incircle< double >(), blender::meshintersect::filtered_orient2d< double >(), blender::meshintersect::in_line< double >(), and blender::meshintersect::operator<<().
| VecBase<T, 2> blender::meshintersect::FatCo< T >::exact |
Definition at line 114 of file delaunay_2d.cc.
Referenced by blender::meshintersect::detect_holes(), and blender::meshintersect::fill_crossdata_for_intersect().