Table of Contents

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

point Point3f

Returns

double

Distance(Point3d)

Returns the distance between this line and the specified point

public double Distance(Point3d point)

Parameters

point Point3d

Returns

double

Distance(double, double, double)

Returns the distance between this line and the specified point

public double Distance(double x, double y, double z)

Parameters

x double
y double
z double

Returns

double