EQuadrangle::SetPoint

Sets the coordinates of a given corner of the quadrangle.

Namespace: Euresys::Open_eVision

[C++]

void SetPoint(
   const OEV_UINT32& index,
   const EPoint& location
)

Parameters

index

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

location

The coordinate.

EQuadrangle.SetPoint

Sets the coordinates of a given corner of the quadrangle.

Namespace: Euresys.Open_eVision

[C#]

void SetPoint(
   uint index,
   Euresys.Open_eVision.EPoint location
)

Parameters

index

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

location

The coordinate.