Table of Contents

Method RotateEdge

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

RotateEdge(int, int)

Returns another edge of the same quad-edge.

public int RotateEdge(int edge, int rotate)

Parameters

edge int

Subdivision edge ID.

rotate int

Parameter specifying which of the edges of the same quad-edge as the input one to return. The following values are possible: - 0 - the input edge ( e on the picture below 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))

Returns

int

one of the edges ID of the same quad-edge as the input edge.