| Line2DDistance Method (Double, Double) |
Returns the distance between this line and the specified point
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
[Missing <param name="x"/> documentation for "M:OpenCvSharp.Line2D.Distance(System.Double,System.Double)"]
- y
- Type: SystemDouble
[Missing <param name="y"/> documentation for "M:OpenCvSharp.Line2D.Distance(System.Double,System.Double)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:OpenCvSharp.Line2D.Distance(System.Double,System.Double)"]
See Also