EQuadrangle::GetPoint

Returns the coordinate of a given corner of the quadrangle.

Namespace: Euresys::Open_eVision

[C++]

EPoint GetPoint(
   const OEV_UINT32 index
)

Parameters

index

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

EQuadrangle.GetPoint

Returns the coordinate of a given corner of the quadrangle.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EPoint GetPoint(
   uint index
)

Parameters

index

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