Click or drag to resize

Edge3 Methods

The Edge3 type exposes the following members.

Methods
  NameDescription
Public methodEquals
test whether the other object is identical to this edges.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
return the edges hashcode.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNakedEdgeSuccessor
Returns the succeeding edge in a loop, with the correct orientation. Chooses just one if there are several. Throws error if there is none.
Public methodNormalized
Return the Edge such that the index of the start vertex is smaller or equal to the index of the end-vertex.
Public methodOpposite
return edge with reverted direction.
Public methodToString
Produce string output for an edge.
(Overrides ValueTypeToString.)
Top
See Also