EQuadrangle::GetSideLength

Returns the length of a given side of the quadrangle.

Namespace: Euresys::Open_eVision

[C++]

float GetSideLength(
   OEV_UINT32 sideIndex
)

Parameters

sideIndex

The index of the side of interest (must lie in the range between 0 and 3, inclusive).

EQuadrangle.GetSideLength

Returns the length of a given side of the quadrangle.

Namespace: Euresys.Open_eVision

[C#]

float GetSideLength(
   uint sideIndex
)

Parameters

sideIndex

The index of the side of interest (must lie in the range between 0 and 3, inclusive).