| Line2DDistance Method (Point2d) |
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(
Point2d point
)
Public Function Distance (
point As Point2d
) As Double
public:
double Distance(
Point2d point
)
member Distance :
point : Point2d -> float
Parameters
- point
- Type: OpenCvSharpPoint2d
[Missing <param name="point"/> documentation for "M:OpenCvSharp.Line2D.Distance(OpenCvSharp.Point2d)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:OpenCvSharp.Line2D.Distance(OpenCvSharp.Point2d)"]
See Also