Home
last modified time | relevance | path

Searched defs:DEdge (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dfield-math.hpp16 struct DEdge struct
18 DEdge() in DEdge() argument
21 DEdge(int _x, int _y) { in DEdge() argument
27 bool operator<(const DEdge& e) const { in operator <()
30 bool operator==(const DEdge& e) const { in operator ==()
33 bool operator!=(const DEdge& e) const { in operator !=()
36 int x, y;