|
Blender V5.0
|
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 2321 of file delaunay_2d.cc.
|
default |
Referenced by EdgeToSort(), EdgeToSort(), operator=(), and operator=().
|
inline |
Definition at line 2326 of file delaunay_2d.cc.
References e, EdgeToSort(), and len_squared.
|
inlinenoexcept |
Definition at line 2327 of file delaunay_2d.cc.
References EdgeToSort().
|
default |
|
inline |
Definition at line 2331 of file delaunay_2d.cc.
References e, EdgeToSort(), and len_squared.
|
inline |
Definition at line 2339 of file delaunay_2d.cc.
References e, EdgeToSort(), and len_squared.
Definition at line 2323 of file delaunay_2d.cc.
Referenced by EdgeToSort(), operator=(), and operator=().
| double blender::meshintersect::EdgeToSort< T >::len_squared = 0.0 |
Definition at line 2322 of file delaunay_2d.cc.
Referenced by EdgeToSort(), operator=(), and operator=().