Line2DDistance Method (Double, Double)
|
Returns the distance between this line and the specified point
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Distance(
double x,
double y
)
Public Function Distance (
x As Double,
y As Double
) As Double
public:
double Distance(
double x,
double y
)
member Distance :
x : float *
y : float -> float
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
Return Value
Type:
Double
See Also