Blender
V3.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 2334 of file delaunay_2d.cc.
|
default |
|
inline |
Definition at line 2339 of file delaunay_2d.cc.
|
inlinenoexcept |
Definition at line 2342 of file delaunay_2d.cc.
|
default |
|
inline |
Definition at line 2346 of file delaunay_2d.cc.
References EdgeToSort< T >::e, e, len_squared(), and EdgeToSort< T >::len_squared.
|
inline |
Definition at line 2354 of file delaunay_2d.cc.
References BMVert::e, e, and len_squared().
CDTEdge<T>* EdgeToSort< T >::e {nullptr} |
Definition at line 2336 of file delaunay_2d.cc.
Referenced by EdgeToSort< T >::operator=().
double EdgeToSort< T >::len_squared = 0.0 |
Definition at line 2335 of file delaunay_2d.cc.
Referenced by EdgeToSort< T >::operator=().