Class Edge
Defined in File Edge.hpp
Class Documentation
-
class Edge
Represents a triangle edge and has all information related to it.
Public Functions
-
Edge(const cNode &n0, const cNode &n1)
Construct a new Edge object.
- Parameters:
n0 – [in]
n1 – [in]
-
bool operator==(const Edge &e) const
Comparison operator. Two Edge(s) will be equal if they have the same hash.
- Parameters:
e – [in]
-
void updateLocal(const Eigen::Affine3d &tf) const
Updates the local coordinates of both Node(s).
- Parameters:
tf – [in]
Public Members
-
Edge(const cNode &n0, const cNode &n1)