EPoint::EPoint
Constructs a EPoint object.
Namespace: Euresys::Open_eVision_2_6
[C++]
void EPoint(
)
void EPoint(
float centerX,
float centerY
)
void EPoint(
const EPoint& other
)
Parameters
centerX
Center coordinates of the EPoint object.
centerY
Center coordinates of the EPoint object.
other
Another EPoint object to be copied in the new EPoint object.
EPoint.EPoint
Constructs a EPoint object.
Namespace: Euresys.Open_eVision_2_6
[C#]
void EPoint(
)
void EPoint(
float centerX,
float centerY
)
void EPoint(
Euresys.Open_eVision_2_6.EPoint other
)
Parameters
centerX
Center coordinates of the EPoint object.
centerY
Center coordinates of the EPoint object.
other
Another EPoint object to be copied in the new EPoint object.