CvSubdiv2DEdgeRotateEdge Method OpenCvSharp Class Library
Returns another edge of the same quad-edge (cvSubdiv2DRotateEdge).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSubdiv2DEdge RotateEdge(
	RotateEdgeFlag rotate
)

Parameters

rotate
Type: OpenCvSharpRotateEdgeFlag

[Missing <param name="rotate"/> documentation for "M:OpenCvSharp.CvSubdiv2DEdge.RotateEdge(OpenCvSharp.RotateEdgeFlag)"]

Return Value

Type: CvSubdiv2DEdge
one the edges of the same quad-edge as the input edge.
See Also

Reference