SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator==()

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

Destructor Function. @attemtion Why Destructor causes bug here.

Todo
fix it.

Assignment Operation.

Parameters
[in]otherAnother Edge.
Returns
Returns true if equal.

Definition at line 168 of file Vertex.h.

168 {
169 return first == other.first && second == other.second;
170 }