Similar to cvSubdiv2DRotateEdge

C# | Visual Basic | Visual C++ |
public MCvSubdiv2DEdge cvSubdiv2DRotateEdge( int rotate )
Public Function cvSubdiv2DRotateEdge ( _ rotate As Integer _ ) As MCvSubdiv2DEdge
public: MCvSubdiv2DEdge cvSubdiv2DRotateEdge( int rotate )

- rotate (Int32)
- Specifies, which of edges of the same quad-edge as the input one to return, one of: 0 - the input edge (e if e is the input edge) 1 - the rotated edge (eRot) 2 - the reversed edge (reversed e (in green)) 3 - the reversed rotated edge (reversed eRot (in green))

The rotated edge