SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator<()

bool Spices::HalfEdge::operator< ( const HalfEdge & other) const
inline

Less Operation.

Parameters
[in]otherAnother HalfEdge.
Returns
Returns true if less than other.

Definition at line 177 of file Vertex.h.

177 {
178 return first < other.first;
179 }