EQuadrangle::IsPointInside

Tests if a point is inside the quadrangle.

Namespace: Euresys::Open_eVision

[C++]

bool IsPointInside(
   const EPoint& point,
   bool includeEdges
)

Parameters

point

-

includeEdges

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

EQuadrangle.IsPointInside

Tests if a point is inside the quadrangle.

Namespace: Euresys.Open_eVision

[C#]

bool IsPointInside(
   Euresys.Open_eVision.EPoint point,
   bool includeEdges
)

Parameters

point

-

includeEdges

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