Click or drag to resize

Line3DDistance Method (Double, 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
Syntax
public double Distance(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
z
Type: SystemDouble

Return Value

Type: Double
See Also