Searched defs:is_horizontal (Results 1 – 11 of 11) sorted by relevance
326 static constexpr bool is_horizontal = true; member331 static constexpr bool is_horizontal = false; member
176 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function231 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
735 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
171 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function226 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
737 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
47 int is_horizontal; member
1596 bool is_horizontal() const in is_horizontal() function
261 static inline bool is_horizontal(const half_edge& he) { in is_horizontal() function