EQuadrilateral::EQuadrilateral

Creates an EQuadrilateral object.

Namespace: Euresys::Open_eVision_2_11

[C++]

void EQuadrilateral(
)

void EQuadrilateral(
   const std::vector<Euresys::Open_eVision_2_11::EPoint>& corners
)

void EQuadrilateral(
   const EQuadrilateral& other
)

Parameters

corners

The corners of the EQuadrilateral.

other

Another EQuadrilateral.

Remarks

The four corners of the EQuadrilateral must be entered in the following order : bottom left, top left, top right, bottom right.

EQuadrilateral.EQuadrilateral

Creates an EQuadrilateral object.

Namespace: Euresys.Open_eVision_2_11

[C#]

void EQuadrilateral(
)

void EQuadrilateral(
   Euresys.Open_eVision_2_11.EPoint[] corners
)

void EQuadrilateral(
   Euresys.Open_eVision_2_11.EQuadrilateral other
)

Parameters

corners

The corners of the EQuadrilateral.

other

Another EQuadrilateral.

Remarks

The four corners of the EQuadrilateral must be entered in the following order : bottom left, top left, top right, bottom right.