#include <gitfan.h>
Definition at line 37 of file gitfan.h.
◆ operator()()
Definition at line 39 of file gitfan.h.
40 {
41 const gfan::ZVector v1 =
f.interiorPoint;
42 const gfan::ZVector v2 =
g.interiorPoint;
43#ifndef SING_NDEBUG
44 assume(v1.size() == v2.size());
45#endif
46 return v1 < v2;
47 }
The documentation for this struct was generated from the following file: