Method Distance
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Distance(Point3f)
Returns the distance between this line and the specified point
public double Distance(Point3f point)
Parameters
pointPoint3f
Returns
Distance(Point3d)
Returns the distance between this line and the specified point
public double Distance(Point3d point)
Parameters
pointPoint3d
Returns
Distance(double, double, double)
Returns the distance between this line and the specified point
public double Distance(double x, double y, double z)