|
Blender V4.3
|
Public Member Functions | |
| EdgeToSort ()=default | |
| EdgeToSort (const EdgeToSort &other) | |
| EdgeToSort (EdgeToSort &&other) noexcept | |
| ~EdgeToSort ()=default | |
| EdgeToSort & | operator= (const EdgeToSort &other) |
| EdgeToSort & | operator= (EdgeToSort &&other) |
Public Attributes | |
| double | len_squared = 0.0 |
| CDTEdge< T > * | e {nullptr} |
For sorting edges by decreasing length (squared).
Definition at line 2322 of file delaunay_2d.cc.
|
default |
|
inline |
Definition at line 2327 of file delaunay_2d.cc.
|
inlinenoexcept |
Definition at line 2328 of file delaunay_2d.cc.
|
default |
|
inline |
Definition at line 2332 of file delaunay_2d.cc.
References BMVert::e, e, EdgeToSort< T >::len_squared, and len_squared().
|
inline |
Definition at line 2340 of file delaunay_2d.cc.
References BMVert::e, e, and len_squared().
| CDTEdge<T>* EdgeToSort< T >::e {nullptr} |
Definition at line 2324 of file delaunay_2d.cc.
| double EdgeToSort< T >::len_squared = 0.0 |
Definition at line 2323 of file delaunay_2d.cc.
Referenced by EdgeToSort< T >::operator=().