EWedge::GetPoint

Returns the coordinates of a particular point specified by its location along the wedge perimeter.

Namespace: Euresys::Open_eVision

[C++]

EPoint GetPoint(
   float breadthFraction,
   float angleFraction
) const

Parameters

breadthFraction

Point location expressed as a fraction of the wedge breadth (range -1, +1).

angleFraction

Point location expressed as a fraction of the wedge amplitude (range -1, +1).

EWedge.GetPoint

Returns the coordinates of a particular point specified by its location along the wedge perimeter.

Namespace: Euresys.Open_eVision

[C#]

EPoint GetPoint(
   float breadthFraction,
   float angleFraction
)

Parameters

breadthFraction

Point location expressed as a fraction of the wedge breadth (range -1, +1).

angleFraction

Point location expressed as a fraction of the wedge amplitude (range -1, +1).

EWedge.GetPoint

Returns the coordinates of a particular point specified by its location along the wedge perimeter.

Module: open_evision

[Python]

GetPoint(
    breadthFraction: float
    angleFraction: float
) -> EPoint

Parameters

breadthFraction

Point location expressed as a fraction of the wedge breadth (range -1, +1).

angleFraction

Point location expressed as a fraction of the wedge amplitude (range -1, +1).