EQuadrangle::IsInside

Tests if a point is inside the quadrangle.

Namespace: Euresys::Open_eVision_2_11

[C++]

bool IsInside(
   const float& x,
   const float& y,
   bool includeEdges
)

Parameters

x

The x coordinate of the point.

y

The y coordinate of the point.

includeEdges

Takes the edges as part of the interior of the EQuadrangle. Default: false.

EQuadrangle.IsInside

Tests if a point is inside the quadrangle.

Namespace: Euresys.Open_eVision_2_11

[C#]

bool IsInside(
   float x,
   float y,
   bool includeEdges
)

Parameters

x

The x coordinate of the point.

y

The y coordinate of the point.

includeEdges

Takes the edges as part of the interior of the EQuadrangle. Default: false.