CvLine3DDistance Method (Double, Double, Double) OpenCvSharp Class Library
Returns the distance between this line and the specified point

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:OpenCvSharp.CvLine3D.Distance(System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:OpenCvSharp.CvLine3D.Distance(System.Double,System.Double,System.Double)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:OpenCvSharp.CvLine3D.Distance(System.Double,System.Double,System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CvLine3D.Distance(System.Double,System.Double,System.Double)"]

See Also

Reference