CvLine3DDistance Method (CvPoint3D64f) 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(
	CvPoint3D64f point
)

Parameters

point
Type: OpenCvSharpCvPoint3D64f

[Missing <param name="point"/> documentation for "M:OpenCvSharp.CvLine3D.Distance(OpenCvSharp.CvPoint3D64f)"]

Return Value

Type: Double

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

See Also

Reference