ECircle::GetDistanceBetweenPointAndCircle
Computes the distance between a point and a circle.
Namespace: Euresys::Open_eVision
[C++]
static float GetDistanceBetweenPointAndCircle(
const EPoint
& pt,
const ECircle
& circle,
bool limited
)
Parameters
pt
The point.
circle
The circle.
limited
Indicates if the circle parameter should be considered as a full circle or as an arc.
ECircle.GetDistanceBetweenPointAndCircle
Computes the distance between a point and a circle.
Namespace: Euresys.Open_eVision
Parameters
pt
The point.
circle
The circle.
limited
Indicates if the circle parameter should be considered as a full circle or as an arc.
ECircle.GetDistanceBetweenPointAndCircle
Computes the distance between a point and a circle.
Module: open_evision
[Python]
@staticmethod
GetDistanceBetweenPointAndCircle(
pt: EPoint
circle: ECircle
limited: bool
) -> float
@staticmethod
GetDistanceBetweenPointAndCircle(
pt: EPoint
circle: ECircle
) -> float
Parameters
pt
The point.
circle
The circle.
limited
Indicates if the circle parameter should be considered as a full circle or as an arc.